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();