xuzhiheng 1 an în urmă
părinte
comite
d3e797b68e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"])