|
@@ -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 = ""
|
|
|
}
|