Browse Source

2.4bug修改

Ohio-HYF 2 years ago
parent
commit
edb1e3bc01

+ 1 - 1
app/service/youngee_talent_service/project_info.go

@@ -76,7 +76,7 @@ func GetProjectInfoList(r *ghttp.Request) *TalentHttpResult {
 
 
 	// 构造查询的条件
 	// 构造查询的条件
 	startId := pageIndex * cntPerPage
 	startId := pageIndex * cntPerPage
-	whereStr := fmt.Sprintf("(project_status >= %d and project_type = 1)", projectStatusRecruiting)
+	whereStr := fmt.Sprintf("(project_status >= %d and project_status <> %d and project_type = 1)", projectStatusRecruiting, projectStatusInvalid)
 	if platformList != nil {
 	if platformList != nil {
 		whereStr = whereStr + " and project_platform in ("
 		whereStr = whereStr + " and project_platform in ("
 		for _, v := range platformList {
 		for _, v := range platformList {

BIN
bin/v6.0.5/linux_amd64/youngmini_server


BIN
bin/v6.0.5/windows_amd64/youngmini_server.exe


+ 1 - 1
config/config.toml

@@ -19,7 +19,7 @@ name = "youngmini_server"
 output = "./bin"
 output = "./bin"
 pack = ""
 pack = ""
 system = "linux,windows"
 system = "linux,windows"
-version = "v6.0.4"
+version = "v6.0.5"
 [gfcli.gen.dao]
 [gfcli.gen.dao]
 jsonCase = "Snake"
 jsonCase = "Snake"
 link = "mysql:talent:talentDB_123@tcp(139.9.53.143:3306)/youngmini"
 link = "mysql:talent:talentDB_123@tcp(139.9.53.143:3306)/youngmini"