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

This commit is contained in:
cabbage 2025-11-02 12:49:54 +08:00
parent 3e5633f657
commit 6202b2bcd5
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()) {
// 升级订单
if (!payUpgradeSaOrder(saOrderExt, null)) {
throw new ServiceException("2.订单处理失败");
log.error("2.订单处理失败");
// throw new ServiceException("2.订单处理失败");
}
} else {
// 其他订单