update 预约充电

This commit is contained in:
Guoqs
2024-07-30 11:59:25 +08:00
parent 015416e716
commit 3308554a70
3 changed files with 51 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ public class PileRemoteService {
log.warn("远程启动充电, 充电桩编号和枪口号不能为空");
return;
}
log.info("=====平台下发指令=====: 远程启动充电, 桩号:{}, 枪口号:{}", pileSn, connectorCode);
log.info("=====平台下发指令=====: 远程启动充电, 桩号:{}, 枪口号:{}", pileSn, connectorCode);
StartChargingCommand startChargingCommand = StartChargingCommand.builder()
.pileSn(pileSn)
.connectorCode(connectorCode)