mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 11:19:52 +08:00
update
This commit is contained in:
@@ -54,6 +54,16 @@ public class OrderVO {
|
|||||||
*/
|
*/
|
||||||
private BigDecimal orderAmount;
|
private BigDecimal orderAmount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 虚拟金额(指使用赠送余额消费部分)
|
||||||
|
*/
|
||||||
|
private BigDecimal virtualAmount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 结算金额(指实际产生的消费,包括本金支付,微信支付等)
|
||||||
|
*/
|
||||||
|
private BigDecimal settleAmount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 订单状态
|
* 订单状态
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -776,6 +776,8 @@
|
|||||||
t1.pay_status as payStatus,
|
t1.pay_status as payStatus,
|
||||||
t1.start_mode as startMode,
|
t1.start_mode as startMode,
|
||||||
t1.order_amount as orderAmount,
|
t1.order_amount as orderAmount,
|
||||||
|
t1.virtual_amount as virtualAmount,
|
||||||
|
t1.settle_amount as settleAmount,
|
||||||
t1.pay_amount as payAmount,
|
t1.pay_amount as payAmount,
|
||||||
t2.total_used_electricity as chargingDegree,
|
t2.total_used_electricity as chargingDegree,
|
||||||
t1.charge_start_time as startTime,
|
t1.charge_start_time as startTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user