diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/common/ChargeOrderInfo.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/common/ChargeOrderInfo.java index 106884214..dd9fbca92 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/common/ChargeOrderInfo.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/common/ChargeOrderInfo.java @@ -67,7 +67,7 @@ public class ChargeOrderInfo { * 2:换电站内的电池箱充电设备 */ @JSONField(name = "EquipmentClassification") - private String equipmentClassification; + private Integer equipmentClassification; /** * 充电开始SOC diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java index be2517595..ba4ae8f19 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/qinghai/service/QingHaiPlatformServiceImpl.java @@ -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)