mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
打印日志
This commit is contained in:
@@ -408,7 +408,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
// 订单总金额
|
||||
orderDetail.setTotalOrderAmount(orderAmount);
|
||||
} catch (Exception e) {
|
||||
logger.error("设置订单详情参数发生异常", e);
|
||||
logger.error("orderCode:{}, 设置订单详情参数发生异常", orderCode, e);
|
||||
}
|
||||
return orderDetail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user