소스 검색

冻结问题修改

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

+ 1 - 1
clueSync/jobutil.go

@@ -494,7 +494,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 							if common.Int64All(v["count"]) <= res {
 								log.Println("3", v)
 								res = common.Int64All(v["count"])
-								seatNumber = common.ObjToString(v["seatNumber"])
+								positionId = common.Int64All(v["position_id"])
 							}
 						}
 						countres++