소스 검색

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

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

+ 1 - 0
clueSync/jobutil.go

@@ -1045,6 +1045,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 								for i, v := range cdataNew {
 									if i == 0 {
 										count = gconv.Int(v["count"])
+										data = v
 									} else {
 										if count < gconv.Int(v["count"]) {
 											count = gconv.Int(v["count"])