Commit 4ed43f69 authored by litengwei's avatar litengwei

站端设备平台v5>消防监盘>故障告警,按照告警类型筛选列表,列表数据无变化

parent 11a965a1
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
<if test="param.alarmType == 'FIREALARM'">AND wlesal.type = #{param.alarmType}</if> <if test="param.alarmType == 'FIREALARM'">AND wlesal.type = #{param.alarmType}</if>
<if test="param.isFireAlarm == 'false'">AND wlesal.type != 'FIREALARM'</if> <if test="param.isFireAlarm == 'false'">AND wlesal.type != 'FIREALARM'</if>
<if test="param.orgCode != null and param.orgCode != ''">AND wlesal.org_code = #{param.orgCode}</if> <if test="param.orgCode != null and param.orgCode != ''">AND wlesal.org_code = #{param.orgCode}</if>
<!-- <if test="param.type != null and param.type != ''">AND wlesal.type = #{param.type}</if>--> <if test="param.type != null and param.type != ''">AND wlesal.type = #{param.type}</if>
<if test="param.handleStatus != null and param.handleStatus != '' and param.handleStatus == 1">AND <if test="param.handleStatus != null and param.handleStatus != '' and param.handleStatus == 1">AND
wlesal.confirm_type IS NOT NULL wlesal.confirm_type IS NOT NULL
</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