update 首页订单金额数据

This commit is contained in:
Lemon
2025-08-08 13:18:14 +08:00
parent 1cd3038e42
commit 0de268c679
3 changed files with 8 additions and 1 deletions

View File

@@ -2970,6 +2970,7 @@
SELECT trade_date AS date,
order_codes as orderCodes,
use_electricity AS totalElectricity,
settle_amount as totalSettleAmount,
total_amount as totalOrderAmount
from settle_order_report
where del_flag = '0'