mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-04 14:08:01 +08:00
update 后管订单导出新增 停止原因字段
This commit is contained in:
@@ -152,6 +152,12 @@ public class OrderListVO {
|
|||||||
@Excel(name = "终止soc", suffix = "%")
|
@Excel(name = "终止soc", suffix = "%")
|
||||||
private String endSoc;
|
private String endSoc;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停止充电原因
|
||||||
|
*/
|
||||||
|
@Excel(name = "开始充电时间")
|
||||||
|
private String reason;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 开始充电时间
|
* 开始充电时间
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1673,6 +1673,7 @@
|
|||||||
t1.pay_status as payStatus,
|
t1.pay_status as payStatus,
|
||||||
t1.pay_amount as payAmount,
|
t1.pay_amount as payAmount,
|
||||||
t1.pay_time as payTime,
|
t1.pay_time as payTime,
|
||||||
|
t1.reason as reason,
|
||||||
t1.order_amount as orderAmount,
|
t1.order_amount as orderAmount,
|
||||||
t1.virtual_amount as virtualAmount,
|
t1.virtual_amount as virtualAmount,
|
||||||
t1.discount_amount as discountAmount,
|
t1.discount_amount as discountAmount,
|
||||||
|
|||||||
Reference in New Issue
Block a user