20250808优化-故障告警

This commit is contained in:
2025-08-11 19:56:51 +08:00
parent 7927066058
commit eb72542b67
3 changed files with 16 additions and 2 deletions

View File

@ -313,8 +313,8 @@
AND t.date_month = latest.date_month
AND t.date_day = latest.date_day
AND t.data_update_time = latest.max_update_time
group by ammeterDate
order by ammeterDate
group by ammeterDate,t.date_month,t.date_day
order by t.date_month desc, t.date_day desc
</select>
<select id="getPcsTotalChargeData" resultType="map">