打印日志

This commit is contained in:
Guoqs
2025-03-26 14:19:34 +08:00
parent 041135db04
commit 2121e540aa

View File

@@ -277,6 +277,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
* @return 查询并更新过数据的orderDetail
*/
public OrderDetail returnUpdateOrderDetail(OrderBasicInfo orderBasicInfo, TransactionRecordsData data) {
logger.info("获取更新数据后的orderDetail对象, orderBasicInfo:{}, TransactionRecordsData:{}", orderBasicInfo, data);
String orderCode = orderBasicInfo.getOrderCode();
BigDecimal orderAmount = orderBasicInfo.getOrderAmount();
// 更新订单详情 查询订单详情 修改订单数据