Commit 7123352c authored by 张森's avatar 张森

24206 站端设备平台v5>消防监盘>故障告警,应该显示除火警外的告警类型的告警,现在只显示的是故障类的告警

parent 429cc661
...@@ -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