update 交易流水号

This commit is contained in:
2023-03-13 15:51:41 +08:00
parent 27608923cb
commit 9a0692a0f6
4 changed files with 8 additions and 6 deletions

View File

@@ -317,7 +317,7 @@ public class OrderService {
StartChargingCommand startChargingCommand = StartChargingCommand.builder()
.pileSn(pileSn)
.connectorCode(orderInfo.getConnectorCode())
.orderCode(dto.getOrderCode())
.transactionCode(orderInfo.getTransactionCode())
.chargeAmount(payAmount)
.build();
ykcPushCommandService.pushStartChargingCommand(startChargingCommand);