From 0db54f5da22e0d6a86075e79997c8bad046d1c32 Mon Sep 17 00:00:00 2001 From: ZZ Date: Thu, 18 Nov 2021 15:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/xhpc/evcs/dto/ChargeOrderInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/dto/ChargeOrderInfo.java b/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/dto/ChargeOrderInfo.java index 01a7cac4..88b368a4 100644 --- a/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/dto/ChargeOrderInfo.java +++ b/evcs-modules/evcs-common/src/main/java/com/xhpc/evcs/dto/ChargeOrderInfo.java @@ -91,7 +91,7 @@ public class ChargeOrderInfo { this.startTime = DateUtil.date2String(xhpcHistoryOrder.getStartTime(), DateUtil.DATE_FORMAT_DATE_TIME); this.chargeModel = xhpcHistoryOrder.getChargeModelEvcs(); this.totalPower = xhpcHistoryOrder.getTotalPower(); - this.totalElecMoney = xhpcHistoryOrder.getTotalPrice().doubleValue(); + this.totalElecMoney = xhpcHistoryOrder.getPowerPriceTotal().doubleValue(); this.totalSeviceMoney = xhpcHistoryOrder.getServicePriceTotal().doubleValue(); this.totalMoney = xhpcHistoryOrder.getTotalPrice().doubleValue(); this.stopReason = xhpcHistoryOrder.getStopReasonEvcs();