From 14b6eaba2ade5c894021d00d66df10541cf936dc Mon Sep 17 00:00:00 2001 From: ZZ Date: Tue, 24 Aug 2021 12:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8F=91=E4=BD=99=E9=A2=9D=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=97=A5=E5=BF=97?= 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 cbf3bb9c..5843740f 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 @@ -187,6 +187,7 @@ public class ChargingController { R r; if (handler != null) { try { + log.info("native refresh balance >>> {}", refreshBalanceMsg); handler.sendClientBinary(HexUtils.toBytes(refreshBalanceMsg)); r = R.ok("余额更新已下发"); } catch (IOException e) {