mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user