mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 交易流水号
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user