This commit is contained in:
Lemon
2024-02-19 14:45:41 +08:00
parent ee3fd24391
commit 1c0f088d60

View File

@@ -310,7 +310,7 @@ public class HuaWeiControllerV2 extends BaseController {
logger.info("请求华为停止充电 startChargeSeq:{}", startChargeSeq);
QueryStartChargeVO vo = null;
try {
vo = huaweiServiceV2.queryStopCharge(startChargeSeq)
vo = huaweiServiceV2.queryStopCharge(startChargeSeq);
}catch (Exception e) {
logger.error("请求华为停止充电 error", e);
}