计算站点订单日报

This commit is contained in:
2023-06-05 16:30:26 +08:00
parent 3677121bd5
commit b22e055748
5 changed files with 108 additions and 3 deletions

View File

@@ -181,6 +181,8 @@
t1.virtual_amount as virtualAmount,
t1.settle_amount as settleAmount,
t4.total_used_electricity as chargingDegree,
t4.total_electricity_amount as totalElectricityAmount,
t4.total_service_amount as totalServiceAmount,
t5.payment_institutions as paymentInstitutions
from order_basic_info t1
left join member_basic_info t2 on t1.member_id = t2.member_id