update 青海平台Service

This commit is contained in:
Lemon
2024-04-30 15:57:54 +08:00
parent ef19b023dd
commit 7a23ebe818
2 changed files with 2 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ public class ChargeOrderInfo {
* 2换电站内的电池箱充电设备
*/
@JSONField(name = "EquipmentClassification")
private String equipmentClassification;
private Integer equipmentClassification;
/**
* 充电开始SOC

View File

@@ -594,6 +594,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
// .equipmentId()
.stationId(orderVO.getStationId())
.equipmentId(orderVO.getPileSn())
.equipmentClassification(Constants.one)
.connectorId(orderVO.getPileConnectorCode())
.startChargeSeq(orderVO.getOrderCode())
.startSoc(startSoc)