mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 订单导出添加尖峰平谷四个时段用电量
This commit is contained in:
@@ -192,6 +192,10 @@
|
||||
t4.total_used_electricity as chargingDegree,
|
||||
t4.total_electricity_amount as totalElectricityAmount,
|
||||
t4.total_service_amount as totalServiceAmount,
|
||||
t4.sharp_used_electricity as sharpElectricity,
|
||||
t4.peak_used_electricity as peakElectricity,
|
||||
t4.flat_used_electricity as flatElectricity,
|
||||
t4.valley_used_electricity as valleyElectricity,
|
||||
t5.payment_institutions as paymentInstitutions
|
||||
from order_basic_info t1
|
||||
left join member_basic_info t2 on t1.member_id = t2.member_id and t2.del_flag = '0'
|
||||
|
||||
Reference in New Issue
Block a user