支付成功更新订单主表支付金额

This commit is contained in:
2024-01-22 15:26:04 +08:00
parent 2254edb68c
commit 28501ebd9b
2 changed files with 3 additions and 1 deletions

View File

@@ -3504,7 +3504,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
.pileConnectorCode(dto.getPileSn() + dto.getConnectorCode())
.startMode(dto.getStartMode())
.payStatus(Constants.ZERO)
.payAmount(dto.getChargeAmount())
// .payAmount(dto.getChargeAmount()) // 支付完成后填入支付金额
.payMode(dto.getPayMode())
.plateNumber(plateNumber)
.orderAmount(BigDecimal.ZERO)