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:
@@ -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();
|
||||
// 更新订单详情 查询订单详情 修改订单数据
|
||||
|
||||
Reference in New Issue
Block a user