From 7a23ebe8189fefec993e00bc0d7d8b0a4d0c63fc Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 30 Apr 2024 15:57:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E9=9D=92=E6=B5=B7=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0Service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/thirdparty/platform/common/ChargeOrderInfo.java | 2 +- .../platform/qinghai/service/QingHaiPlatformServiceImpl.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)