打印日志

This commit is contained in:
2024-03-06 13:34:54 +08:00
parent e62a9a1f85
commit 41b7171e70

View File

@@ -408,7 +408,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
// 订单总金额 // 订单总金额
orderDetail.setTotalOrderAmount(orderAmount); orderDetail.setTotalOrderAmount(orderAmount);
} catch (Exception e) { } catch (Exception e) {
logger.error("设置订单详情参数发生异常", e); logger.error("orderCode:{}, 设置订单详情参数发生异常", orderCode, e);
} }
return orderDetail; return orderDetail;
} }