From 17f0edde7fb6f018ef25f7cfe7eb0c8f687326b8 Mon Sep 17 00:00:00 2001 From: ZZ Date: Fri, 15 Oct 2021 14:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=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 8ffaab91..dd95fe72 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 @@ -165,6 +165,7 @@ public class ChargingController { r = getRR(response); } } else { + log.error("端口不在充电中, status[{}]", status); r = R.fail("端口不在充电中"); } return r;