|
@@ -253,6 +253,8 @@ func getQuerySql(req *types.ProjectListReq, isPage bool, buyerArr, plist []strin
|
|
|
+ querys = append(querys, fmt.Sprintf(" a.project_bidstatus in (%s) ", "2,3,4"))
|
|
|
findSql = "select a.project_id, a.project_name, a.business_type, a.buyer, a.buyer_id, a.area, a.city, a.district, a.zbtime, a.endtime, a.project_money, a.info_id, a.information_id, a.info_ids "
|