fuwencai пре 1 година
родитељ
комит
f922f55d34
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jyBXCore/rpc/service/participateStatistics.go

+ 1 - 1
jyBXCore/rpc/service/participateStatistics.go

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