## 添加日志回调处理日志;
This commit is contained in:
		
							parent
							
								
									3e5633f657
								
							
						
					
					
						commit
						6202b2bcd5
					
				| 
						 | 
				
			
			@ -2046,7 +2046,8 @@ public class SaOrderServiceImpl extends ServiceImpl<SaOrderMapper, SaOrder> impl
 | 
			
		|||
                || EOrderType.SPECIAL_UPGRADE_ORDER.getValue() == saOrderExt.getOrderType()) {
 | 
			
		||||
            // 升级订单
 | 
			
		||||
            if (!payUpgradeSaOrder(saOrderExt, null)) {
 | 
			
		||||
                throw new ServiceException("2.订单处理失败");
 | 
			
		||||
                log.error("2.订单处理失败");
 | 
			
		||||
//                throw new ServiceException("2.订单处理失败");
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            // 其他订单
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue