mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 会员充值余额时,将充值金额添加到正在充电的订单中(仅限卡启动、VIN启动)
This commit is contained in:
@@ -201,10 +201,12 @@ public class PileRemoteService {
|
||||
RemoteAccountBalanceUpdateCommand command = RemoteAccountBalanceUpdateCommand.builder()
|
||||
.pileSn(dto.getPileSn())
|
||||
.connectorCode(dto.getConnectorCode())
|
||||
.logicCard(dto.getLogicCard())
|
||||
.accountBalance(dto.getAccountBalance())
|
||||
|
||||
.build();
|
||||
if (StringUtils.isNotBlank(dto.getLogicCard())) {
|
||||
command.setLogicCard(dto.getLogicCard());
|
||||
}
|
||||
ykcPushCommandService.pushAccountBalanceUpdateCommand(command);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user