mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-14 23:08:35 +08:00
update 青海平台Service
This commit is contained in:
@@ -67,7 +67,7 @@ public class ChargeOrderInfo {
|
|||||||
* 2:换电站内的电池箱充电设备
|
* 2:换电站内的电池箱充电设备
|
||||||
*/
|
*/
|
||||||
@JSONField(name = "EquipmentClassification")
|
@JSONField(name = "EquipmentClassification")
|
||||||
private String equipmentClassification;
|
private Integer equipmentClassification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 充电开始SOC
|
* 充电开始SOC
|
||||||
|
|||||||
@@ -594,6 +594,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
// .equipmentId()
|
// .equipmentId()
|
||||||
.stationId(orderVO.getStationId())
|
.stationId(orderVO.getStationId())
|
||||||
.equipmentId(orderVO.getPileSn())
|
.equipmentId(orderVO.getPileSn())
|
||||||
|
.equipmentClassification(Constants.one)
|
||||||
.connectorId(orderVO.getPileConnectorCode())
|
.connectorId(orderVO.getPileConnectorCode())
|
||||||
.startChargeSeq(orderVO.getOrderCode())
|
.startChargeSeq(orderVO.getOrderCode())
|
||||||
.startSoc(startSoc)
|
.startSoc(startSoc)
|
||||||
|
|||||||
Reference in New Issue
Block a user