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

+ 1 - 1
clueSync/jobutil.go

@@ -442,7 +442,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 			if positionId == 0 {
 				res := int64(0)
 				countres := 0
-				for _, v := ra nge *countData {
+				for _, v := range *countData {
 					if common.IntAll(v["status"]) == 1 {
 						if countres == 0 {
 							res = common.Int64All(v["count"])