浏览代码

冻结问题修改

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++