mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 青海平台Service
This commit is contained in:
@@ -67,7 +67,7 @@ public class ChargeOrderInfo {
|
||||
* 2:换电站内的电池箱充电设备
|
||||
*/
|
||||
@JSONField(name = "EquipmentClassification")
|
||||
private String equipmentClassification;
|
||||
private Integer equipmentClassification;
|
||||
|
||||
/**
|
||||
* 充电开始SOC
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user