@@ -426,7 +426,7 @@ func ProjectHandle(data *[]map[string]interface{}, users *[]map[string]interface
continue
}
// 阶段勾选数量统计
- stage := common.ObjToString(v["bid_stage"])
+ stage := common.InterfaceToStr((*result)[userId].StageStr[project_id])
if stage != "" {
stageSplit := strings.Split(stage, ",")
if (*result)[userId].Stage == nil {