mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
支付成功更新订单主表支付金额
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user