1
This commit is contained in:
@@ -413,7 +413,7 @@ func (s *DefScheduler) OnOrderNew(order *model.GoodsOrder, isPending bool, isAut
|
|||||||
}
|
}
|
||||||
if order.Status >= model.OrderStatusNew {
|
if order.Status >= model.OrderStatusNew {
|
||||||
if order.JxStoreID == 669512 {
|
if order.JxStoreID == 669512 {
|
||||||
globals.SugarLogger.Debugf("-------------printOrder:%s", utils.Format4Output(order, false))
|
globals.SugarLogger.Debugf("-------------printOrder:%s,isPending:%v", utils.Format4Output(order, false), isPending)
|
||||||
}
|
}
|
||||||
if !isPending && order.Status >= model.OrderStatusAccepted { // 有订单消息错序,先收到接单消息,再收到新订单消息,导致接单TIMER不动作,这里补一下
|
if !isPending && order.Status >= model.OrderStatusAccepted { // 有订单消息错序,先收到接单消息,再收到新订单消息,导致接单TIMER不动作,这里补一下
|
||||||
s.notifyNewOrder(order, isAuto)
|
s.notifyNewOrder(order, isAuto)
|
||||||
|
|||||||
Reference in New Issue
Block a user