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:
@@ -1252,6 +1252,7 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
|||||||
detailVO.setChargeStartTime(startTime);
|
detailVO.setChargeStartTime(startTime);
|
||||||
detailVO.setStartSOC(startSoc);
|
detailVO.setStartSOC(startSoc);
|
||||||
detailVO.setEndSOC(endSoc);
|
detailVO.setEndSOC(endSoc);
|
||||||
|
detailVO.setOrderCode(orderBasicInfo.getOrderCode());
|
||||||
detailVO.setChargeDegree(realTimeMonitorData.getChargingDegree()); // 充电度数
|
detailVO.setChargeDegree(realTimeMonitorData.getChargingDegree()); // 充电度数
|
||||||
detailVO.setTimeRemaining(realTimeMonitorData.getTimeRemaining()); // 剩余时长
|
detailVO.setTimeRemaining(realTimeMonitorData.getTimeRemaining()); // 剩余时长
|
||||||
} else if (StringUtils.equals(PileConnectorDataBaseStatusEnum.FAULT.getValue(), status)) {
|
} else if (StringUtils.equals(PileConnectorDataBaseStatusEnum.FAULT.getValue(), status)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user