|
|
|
@ -179,7 +179,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
LEFT JOIN sys_dict_data t7 ON t1.grade_id = t7.dict_value AND t7.dict_type = 'urgency_grade' |
|
|
|
|
<where> |
|
|
|
|
t1.del_flag !=2 |
|
|
|
|
<if test="type != null and type != '' and type != 2 "> and t1.status >1 and t1.status <5 </if> |
|
|
|
|
<if test="status != null and status != ''"> and t1.status=#{status} </if> |
|
|
|
|
<if test="alarmInfoType ==1 and alarmInfoKeyWord != null and alarmInfoKeyWord != ''"> |
|
|
|
|
AND t1.alarm_code like concat('%',#{alarmInfoKeyWord},'%') or t1.title like |
|
|
|
|
concat('%',#{alarmInfoKeyWord},'%') or |
|
|
|
|