Commit 66b12a9e authored by 李秀明's avatar 李秀明

设备告警类型趋势移除查詢條件

parent b5008ac5
...@@ -6723,7 +6723,6 @@ ...@@ -6723,7 +6723,6 @@
wl_equipment_specific_alarm_log r wl_equipment_specific_alarm_log r
LEFT JOIN f_fire_fighting_system fs ON FIND_IN_SET( fs.id, r.system_ids ) LEFT JOIN f_fire_fighting_system fs ON FIND_IN_SET( fs.id, r.system_ids )
<where> <where>
r.update_date BETWEEN date_sub( now(), INTERVAL 6 MONTH ) AND now()
<if test="systemCode != null and systemCode != ''"> <if test="systemCode != null and systemCode != ''">
AND fs.`code` = #{systemCode} AND fs.`code` = #{systemCode}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment