From 5d7965914ba7de919f5e5f73147a966a4af05234 Mon Sep 17 00:00:00 2001 From: ZZ Date: Wed, 8 Sep 2021 17:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E9=A2=9D=E4=B8=8B=E5=8F=91=E6=9C=89?= =?UTF-8?q?=E6=9E=AA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/xhpc/pp/controller/ChargingController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 978a9a84..1269d75b 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 @@ -181,7 +181,7 @@ public class ChargingController { if (CacheDataUtils.hori(gunkey)) return R.fail("余额下发失败,请重试"); String skey = gunkey.concat(".seqhex"); String seq = seqHex(skey); - String refreshBalanceMsg = "6818".concat(seq).concat("0042").concat(pileNo) + String refreshBalanceMsg = "6818".concat(seq).concat("0042").concat(pileNo).concat(refreshBalanceData.getGunId()) .concat(refreshBalanceData.getPhysicCardNo()) .concat(HexUtils.toHexInt(refreshBalanceData.getBalance())); refreshBalanceMsg = refreshBalanceMsg.concat(CRCCalculator.calcCrc(refreshBalanceMsg));