update code v2 0705

dev
hehang 2 years ago
parent e000868f8d
commit af4a244993
  1. 2
      cjy-project/src/main/resources/mapper/emergencycommand/AlarmInfoMapper.xml

@ -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 &lt;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

Loading…
Cancel
Save