mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 日志
This commit is contained in:
@@ -649,11 +649,9 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
} catch (Exception e) {
|
||||
logger.error("订单退款逻辑异常orderCode:{}", orderCode, e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 修改订单数据
|
||||
// 查询订单详情
|
||||
// 查询订单详情 修改订单数据
|
||||
OrderDetail orderDetail = getOrderDetailByOrderCode(orderCode);
|
||||
|
||||
// 把交易记录中的用电量,金额等信息 更新到orderBasicInfo和orderDetail
|
||||
|
||||
Reference in New Issue
Block a user