From b4b661d519ee94a4bd192a961bf0c678b57344d9 Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Wed, 21 Sep 2022 11:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=85=85=E7=94=B5=E6=97=B6=E6=B7=BB=E5=8A=A0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=90=AF=E5=8A=A8=E6=96=B9=E5=BC=8F=E5=88=B0=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/xhpc/pp/controller/ChargingController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/controller/ChargingController.java b/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/controller/ChargingController.java index a3e04698..3a5f6ef1 100644 --- a/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/controller/ChargingController.java +++ b/xhpc-modules/xhpc-power-pile/src/main/java/com/xhpc/pp/controller/ChargingController.java @@ -270,6 +270,7 @@ public class ChargingController { cacheOrder.put("initBalance", balance * 100); cacheOrder.put("logicCardNo", startChargingData.getLogicCardNo()); cacheOrder.put("physicCardNo", startChargingData.getPhysicCardNo()); + cacheOrder.put("startType", "02"); cacheOrder.put("gunId", startChargingData.getGunId()); cacheOrder.put("tel", startChargingData.getTel()); cacheOrder.put("stopSoc", startChargingData.getSoc());