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