后台补单BUG修改
This commit is contained in:
parent
d791c4d02c
commit
8b40eb3c49
|
@ -2258,7 +2258,7 @@ func init() {
|
|||
state = msg.GetState()
|
||||
player := PlayerMgrSington.GetPlayerBySnId(info.SnId)
|
||||
logger.Logger.Info("api /api/pay/CallbackPayment player = ", player)
|
||||
if player == nil && !player.IsOnLine() {
|
||||
if player == nil || (player != nil && !player.IsOnLine()) {
|
||||
if info.State == 1 {
|
||||
state = 3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue