This commit is contained in:
2023-03-15 14:32:12 +08:00
parent 43c567f7f0
commit 00eab8f6b0
2 changed files with 7 additions and 10 deletions

View File

@@ -700,8 +700,8 @@
t1.order_amount as orderAmount,
t1.pay_amount as payAmount,
t2.total_used_electricity as chargingDegree,
t2.create_time as startTime,
t2.update_time as endTime
t1.charge_start_time as startTime,
t1.charge_end_time as endTime
from order_basic_info t1
join order_detail t2 on t1.order_code = t2.order_code
join pile_station_info t3 on t1.station_id = t3.id