update 电单车

This commit is contained in:
Guoqs
2024-09-14 13:56:58 +08:00
parent bb18640175
commit 95a49969b4
9 changed files with 68 additions and 63 deletions

View File

@@ -126,8 +126,11 @@ public class PileRemoteService {
.transactionCode(transactionCode)
.chargeAmount(chargeAmount)
.build();
// ykcPushCommandService.pushStartChargingCommand(startChargingCommand);
eBikeSendCommandService.sendStartChargingCommand(startChargingCommand);
try {
eBikeSendCommandService.sendStartChargingCommand(startChargingCommand);
} catch (Exception e) {
log.error("电单车远程启动充电error", e);
}
}
/**