diff --git a/app/services/thirdpay/thirdpay_notify/notify.go b/app/services/thirdpay/thirdpay_notify/notify.go index 8f5a5e6..0ad83d6 100644 --- a/app/services/thirdpay/thirdpay_notify/notify.go +++ b/app/services/thirdpay/thirdpay_notify/notify.go @@ -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())