mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
bugfix 手动结算订单按钮出现操作失败提示
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user