|
@@ -801,7 +801,7 @@ func GetDetailQuery(isEnt bool, personArrStr string, req *bxcore.ProjectDetailsR
|
|
|
}
|
|
|
//参标状态:-1全部,0未参标、1已参标
|
|
|
if req.IsParticipate == 1 {
|
|
|
- query = append(query, fmt.Sprintf("b.isparticipate = %d", req.IsParticipate))
|
|
|
+ query = append(query, fmt.Sprintf("b.is_participate = %d", req.IsParticipate))
|
|
|
}
|
|
|
q = "select b.project_id,b.stage from participate_stage_statistics b where %s %s order by b.update_date desc"
|
|
|
qCount = "select count(b.project_id) from participate_stage_statistics b where %s %s"
|