打印日志

This commit is contained in:
ZZ 2021-10-15 14:56:06 +08:00
parent b70e1153af
commit 17f0edde7f

View File

@ -165,6 +165,7 @@ public class ChargingController {
r = getRR(response); r = getRR(response);
} }
} else { } else {
log.error("端口不在充电中, status[{}]", status);
r = R.fail("端口不在充电中"); r = R.fail("端口不在充电中");
} }
return r; return r;