## 添加日志回调处理日志;
This commit is contained in:
parent
a8c745e97d
commit
51d3a7c2f0
|
|
@ -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