|
@@ -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 {
|