mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-28 02:57:55 +08:00
update 并充逻辑
This commit is contained in:
@@ -140,6 +140,8 @@ public class PileRemoteService {
|
||||
BigDecimal chargeAmount, String mergeChargeCode) {
|
||||
if (StringUtils.isEmpty(pileSn) || StringUtils.isEmpty(connectorCode)) {
|
||||
log.warn("远程启动充电, 充电桩编号和枪口号不能为空");
|
||||
return;
|
||||
}
|
||||
log.info("【=====平台下发指令=====】: 远程启动并充充电, 桩号:{}, 枪口号:{}", pileSn, connectorCode);
|
||||
|
||||
StartMergeChargeCommand command = StartMergeChargeCommand.builder()
|
||||
@@ -154,7 +156,6 @@ public class PileRemoteService {
|
||||
.build();
|
||||
ykcPushCommandService.pushStartMergeChargingCommand(command);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 电单车远程启动充电
|
||||
|
||||
Reference in New Issue
Block a user