mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 优化订单详情页展示
This commit is contained in:
@@ -211,7 +211,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
if (CollectionUtils.isNotEmpty(chargingRealTimeData)) {
|
||||
RealTimeMonitorData realTimeMonitorData = chargingRealTimeData.get(0);
|
||||
orderListVO.setRealTimeAmount(new BigDecimal(realTimeMonitorData.getChargingAmount()));
|
||||
orderListVO.setRealTimeSoc(realTimeMonitorData.getSOC());
|
||||
orderListVO.setRealTimeChargingDegree(realTimeMonitorData.getChargingDegree());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,11 +135,6 @@ public class OrderListVO {
|
||||
@Excel(name = "终止soc", suffix = "%")
|
||||
private String endSoc;
|
||||
|
||||
/**
|
||||
* 实时SOC
|
||||
*/
|
||||
private String realTimeSoc;
|
||||
|
||||
/**
|
||||
* 开始充电时间
|
||||
*/
|
||||
@@ -214,4 +209,8 @@ public class OrderListVO {
|
||||
*/
|
||||
private BigDecimal realTimeAmount;
|
||||
|
||||
/**
|
||||
* 实时充电度数
|
||||
*/
|
||||
private String realTimeChargingDegree;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user