|
@@ -1100,6 +1100,13 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
|
|
|
noticePositionId = positionId
|
|
|
seatNumber = common.ObjToString(data["seatNumber"])
|
|
|
saleName = common.ObjToString(data["saleName"])
|
|
|
+ if isFull {
|
|
|
+ isFreeze = true
|
|
|
+ positionId = 0
|
|
|
+ noticePositionId = positionId
|
|
|
+ seatNumber = ""
|
|
|
+ saleName = ""
|
|
|
+ }
|
|
|
return
|
|
|
} else {
|
|
|
count := 0
|
|
@@ -1121,8 +1128,8 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
|
|
|
seatNumber = common.ObjToString(data["seatNumber"])
|
|
|
if isFull {
|
|
|
isFreeze = true
|
|
|
- positionId = positionId
|
|
|
- noticePositionId = 0
|
|
|
+ positionId = 0
|
|
|
+ noticePositionId = positionId
|
|
|
seatNumber = ""
|
|
|
saleName = ""
|
|
|
}
|