bugfix 手动结算订单按钮出现操作失败提示

This commit is contained in:
Lemon
2024-08-27 09:56:45 +08:00
parent 9f24f3f002
commit e8dc924e8a

View File

@@ -299,7 +299,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
try {
this.send(msgBody, pileSn, YKCFrameTypeCode.REMOTE_CONTROL_STOP_CHARGING_CODE);
} catch (Exception e) {
throw new RuntimeException(e);
log.error("发送停止充电 error:", e);
}
log.info("【=====平台下发指令=====】:远程停止充电,桩号:{},枪口号:{}", pileSn, connectorCode);
}