parent
d84f870745
commit
6f19814aa1
|
|
@ -221,6 +221,8 @@ func (o *OrderNotify) checkOrder() {
|
|||
switch o.order.Status {
|
||||
case common.ORDER_STATUS_PAYING:
|
||||
return
|
||||
case common.ORDER_STATUS_PAYED:
|
||||
return
|
||||
default:
|
||||
utils.Log(nil, "订单状态异常,加入异常数据表", o.order.Status)
|
||||
exceptionModel := data.NewOrderExceptionRepo(orderexceptionmodel.GetInstance().GetDb())
|
||||
|
|
|
|||
Loading…
Reference in New Issue