|  | @@ -281,6 +281,8 @@ public class PayOrderServiceImpl implements PayOrderService {
 | 
	
		
			
				|  |  |      @Transactional(rollbackFor = Exception.class)
 | 
	
		
			
				|  |  |      // 注意,如果是方法内调用该方法,需要通过 getSelf().notifyPayOrder(channel, notify) 调用,否则事务不生效
 | 
	
		
			
				|  |  |      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);
 |