Explorar el Código

多人员获取处理

WH01243 hace 1 año
padre
commit
3b2b37c292
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"])