字段对齐
This commit is contained in:
parent
42891d16a0
commit
0db54f5da2
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user