mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-14 06:50:09 +08:00
bugfix 手动结算订单按钮出现操作失败提示
This commit is contained in:
@@ -299,7 +299,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
|||||||
try {
|
try {
|
||||||
this.send(msgBody, pileSn, YKCFrameTypeCode.REMOTE_CONTROL_STOP_CHARGING_CODE);
|
this.send(msgBody, pileSn, YKCFrameTypeCode.REMOTE_CONTROL_STOP_CHARGING_CODE);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
log.error("发送停止充电 error:", e);
|
||||||
}
|
}
|
||||||
log.info("【=====平台下发指令=====】:远程停止充电,桩号:{},枪口号:{}", pileSn, connectorCode);
|
log.info("【=====平台下发指令=====】:远程停止充电,桩号:{},枪口号:{}", pileSn, connectorCode);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user