添加告警,设备事件查询

This commit is contained in:
hzj
2024-11-06 11:12:42 +08:00
parent c4803846a4
commit a4acc4775a

View File

@@ -142,8 +142,14 @@
#{item} #{item}
</foreach> </foreach>
<if test="csEventUserQueryPage!=null and csEventUserQueryPage.type != null and csEventUserQueryPage.type !=''"> <if test="csEventUserQueryPage!=null and csEventUserQueryPage.type != null and csEventUserQueryPage.type !=''">
<if test="csEventUserQueryPage!=null and csEventUserQueryPage.type == 3 ">
AND b.type in(2,3)
</if>
<if test="csEventUserQueryPage!=null and csEventUserQueryPage.type != 3 ">
AND b.type =#{ csEventUserQueryPage.type} AND b.type =#{ csEventUserQueryPage.type}
</if> </if>
</if>
<if test="csEventUserQueryPage!=null and csEventUserQueryPage.level != null and csEventUserQueryPage.level !=''"> <if test="csEventUserQueryPage!=null and csEventUserQueryPage.level != null and csEventUserQueryPage.level !=''">
AND b.level =#{ csEventUserQueryPage.level} AND b.level =#{ csEventUserQueryPage.level}
</if> </if>