소스 검색

Merge branch 'dev_v1.5.11_wh' of jianyu/datatools into feature/v1.5.11

王浩 1 년 전
부모
커밋
376f3cb0ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      clueSync/jobutil.go

+ 1 - 1
clueSync/jobutil.go

@@ -1038,7 +1038,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 							resign := common.IntAll(v["resign"])
 							if positionid == common.Int64All(v["position_id"]) {
 								if resign == 0 {
-									if !FindUpperLimit(gconv.String(positionId), mode, true) {
+									if !FindUpperLimit(gconv.String(positionid), mode, true) {
 										personMap[positionid] = true
 										m["saleName"] = common.ObjToString(v["name"])
 										cdataNew = append(cdataNew, m)