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