From d41a3d0531074e5231e6c668dc7cd0376c090ca8 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 25 May 2023 16:32:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=9D=E5=AD=98=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java index 41550547d..d4c61c4c7 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java @@ -1010,7 +1010,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService { // 订单金额 orderBasicInfo.setOrderAmount(new BigDecimal(data.getConsumptionAmount())); // 虚拟金额 - orderBasicInfo.setSettleAmount(new BigDecimal(data.getConsumptionAmount())); + orderBasicInfo.setVirtualAmount(new BigDecimal(data.getConsumptionAmount())); // 结算金额 orderBasicInfo.setSettleAmount(BigDecimal.ZERO); // 充电开始时间 @@ -1071,7 +1071,6 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService { // 平时段用电量 orderDetail.setFlatUsedElectricity(new BigDecimal(data.getFlatUsedElectricity())); - // 谷时段金额 orderDetail.setValleyAmount(new BigDecimal(data.getValleyAmount())); // 谷时段单价