没有未处理的故障告警,站点首页不显示“设备告警”提示
This commit is contained in:
@ -127,6 +127,7 @@
|
||||
t.id
|
||||
from ems_alarm_records t INNER JOIN ems_devices_setting t2 on t.site_id = t2.site_id and t.device_id = t2.device_id
|
||||
where t.site_id = #{siteId}
|
||||
and t.status != 1
|
||||
</select>
|
||||
|
||||
<select id="getAlarmTrendList" resultType="com.xzzn.ems.domain.vo.AlarmTrendList">
|
||||
|
||||
Reference in New Issue
Block a user