20250808优化-充放电逻辑修改
This commit is contained in:
@ -343,7 +343,7 @@
|
||||
avg(t.avg_cell_temp) as batteryTemp,
|
||||
DATE_FORMAT(t.create_time, '%Y-%m-%d %H:%i:00') AS createDate
|
||||
from ems_battery_cluster t
|
||||
where t.site_id = '021_FXX_01'
|
||||
where t.site_id = #{siteId}
|
||||
AND t.create_time >= Date(#{startDate})
|
||||
AND t.create_time <= #{endDate}
|
||||
GROUP BY t.site_id,DATE_FORMAT(t.create_time, '%Y-%m-%d %H:%i:00')
|
||||
|
||||
Reference in New Issue
Block a user