mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 12:20:04 +08:00
update
This commit is contained in:
@@ -832,9 +832,9 @@ public class WeiWangKuaiDianPlatformServiceImpl implements ThirdPartyPlatformSer
|
|||||||
.startChargeSeqStat(Integer.parseInt(orderInfo.getOrderStatus())) // 订单状态
|
.startChargeSeqStat(Integer.parseInt(orderInfo.getOrderStatus())) // 订单状态
|
||||||
.connectorID(orderInfo.getPileConnectorCode()) // 枪口编码
|
.connectorID(orderInfo.getPileConnectorCode()) // 枪口编码
|
||||||
.connectorStatus(info.getStatus()) // 枪口状态
|
.connectorStatus(info.getStatus()) // 枪口状态
|
||||||
.currentA(info.getCurrent()) // 电流
|
.currentA(current) // 电流
|
||||||
.voltageA(info.getVoltage()) // 电压
|
.voltageA(voltage) // 电压
|
||||||
.soc(new BigDecimal(info.getSOC()))
|
.soc(new BigDecimal(soc))
|
||||||
.startTime(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, orderInfo.getChargeStartTime())) // 开始时间
|
.startTime(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, orderInfo.getChargeStartTime())) // 开始时间
|
||||||
.endTime(DateUtils.getDateTime()) // 本次采样时间
|
.endTime(DateUtils.getDateTime()) // 本次采样时间
|
||||||
.totalPower(info.getChargingDegree()) // 累计充电量
|
.totalPower(info.getChargingDegree()) // 累计充电量
|
||||||
|
|||||||
Reference in New Issue
Block a user