From 250076a990816054c669d9dc34c4ac10df05156e Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Wed, 26 Feb 2025 09:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BC=E9=87=91=E6=8A=B5=E6=89=A3=E6=97=B6?= =?UTF-8?q?=E5=9C=A8=E8=AE=A2=E5=8D=95=E4=B8=AD=E4=BF=9D=E5=AD=98=E6=8A=BC?= =?UTF-8?q?=E9=87=91=E8=AE=A2=E5=8D=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/system/service/impl/EtOrderServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electripper-system/src/main/java/com/ruoyi/system/service/impl/EtOrderServiceImpl.java b/electripper-system/src/main/java/com/ruoyi/system/service/impl/EtOrderServiceImpl.java index 39512cc..725a4d9 100644 --- a/electripper-system/src/main/java/com/ruoyi/system/service/impl/EtOrderServiceImpl.java +++ b/electripper-system/src/main/java/com/ruoyi/system/service/impl/EtOrderServiceImpl.java @@ -647,7 +647,8 @@ public class EtOrderServiceImpl implements IEtOrderService order1.setPayType(ServiceConstants.PAY_TYPE_YJ); order1.setMark(mark); order1.setDepositDeduction(ServiceConstants.IS_DEPOSIT_DEDUCTION); - ChannelVO channelVO = etChannelService.selectSmChannelByChannelId(order.getPayChannel()); + order1.setDepositOrderNo(depositOrder.getOrderNo()); + ChannelVO channelVO = etChannelService.selectSmChannelByChannelId(depositOrder.getPayChannel()); order1.setCost(getCost(channelVO,ridingFee)); int updateEtOrder = etOrderMapper.updateEtOrder(order1); if(updateEtOrder == 0){