update 后管订单导出新增 停止原因字段

This commit is contained in:
Lemon
2024-10-08 09:14:56 +08:00
parent 061512145b
commit 8e261dd277
2 changed files with 7 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ public class OrderListVO {
@Excel(name = "终止soc", suffix = "%")
private String endSoc;
/**
* 停止充电原因
*/
@Excel(name = "开始充电时间")
private String reason;
/**
* 开始充电时间
*/

View File

@@ -1673,6 +1673,7 @@
t1.pay_status as payStatus,
t1.pay_amount as payAmount,
t1.pay_time as payTime,
t1.reason as reason,
t1.order_amount as orderAmount,
t1.virtual_amount as virtualAmount,
t1.discount_amount as discountAmount,