|
@@ -281,6 +281,8 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
|
public void notifyOrder(PayChannelDO channel, PayOrderRespDTO notify) {
|
|
|
+ log.error("public void notifyOrder(PayChannelDO channel, PayOrderRespDTO notify)");
|
|
|
+ log.error("===========支付订单的状态:{}====",notify.getStatus());
|
|
|
|
|
|
if (PayOrderStatusRespEnum.isSuccess(notify.getStatus())) {
|
|
|
notifyOrderSuccess(channel, notify);
|