Browse Source

Merge branch 'dev_v1.5.11_wh' of jianyu/datatools into feature/v1.5.11

王浩 1 year ago
parent
commit
3fb933aaba
1 changed files with 3 additions and 3 deletions
  1. 3 3
      clueSync/jobutil.go

+ 3 - 3
clueSync/jobutil.go

@@ -1102,8 +1102,8 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 								saleName = common.ObjToString(data["saleName"])
 								if isFull {
 									isFreeze = true
-									positionId = 0
 									noticePositionId = positionId
+									positionId = 0
 									seatNumber = ""
 									saleName = ""
 								}
@@ -1128,8 +1128,8 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 								seatNumber = common.ObjToString(data["seatNumber"])
 								if isFull {
 									isFreeze = true
-									positionId = 0
 									noticePositionId = positionId
+									positionId = 0
 									seatNumber = ""
 									saleName = ""
 								}
@@ -1142,8 +1142,8 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
 							saleName = common.ObjToString(data["saleName"])
 							if isFull {
 								isFreeze = true
-								positionId = 0
 								noticePositionId = positionId
+								positionId = 0
 								seatNumber = ""
 								saleName = ""
 							}