## 添加日志回调处理日志;

This commit is contained in:
cabbage 2025-11-02 12:49:54 +08:00
parent a8c745e97d
commit 51d3a7c2f0
1 changed files with 2 additions and 1 deletions

View File

@ -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 {
// 其他订单 // 其他订单