This commit is contained in:
2023-06-30 11:33:48 +08:00
parent 8baee9be64
commit 90b0ca5e73
2 changed files with 12 additions and 0 deletions

View File

@@ -54,6 +54,16 @@ public class OrderVO {
*/
private BigDecimal orderAmount;
/**
* 虚拟金额(指使用赠送余额消费部分)
*/
private BigDecimal virtualAmount;
/**
* 结算金额(指实际产生的消费,包括本金支付,微信支付等)
*/
private BigDecimal settleAmount;
/**
* 订单状态
*/

View File

@@ -776,6 +776,8 @@
t1.pay_status as payStatus,
t1.start_mode as startMode,
t1.order_amount as orderAmount,
t1.virtual_amount as virtualAmount,
t1.settle_amount as settleAmount,
t1.pay_amount as payAmount,
t2.total_used_electricity as chargingDegree,
t1.charge_start_time as startTime,