|
@@ -26,7 +26,7 @@
|
|
|
where a.group_id = #{groupId}
|
|
|
and a.alarm_item_code = #{alarmItemCode}
|
|
|
<if test="equipName != null and equipName != ''">
|
|
|
- and b.equip_name like '%${equipName}%'
|
|
|
+ and b.obj_name like '%${equipName}%'
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="queryList" resultMap="ProjectAlarmRuleMap">
|
|
@@ -48,7 +48,7 @@
|
|
|
where a.group_id = #{groupId}
|
|
|
and a.alarm_item_code = #{alarmItemCode}
|
|
|
<if test="equipName != null and equipName != ''">
|
|
|
- and b.equip_name like '%${equipName}%'
|
|
|
+ and b.obj_name like '%${equipName}%'
|
|
|
</if>
|
|
|
order by a.creation_time
|
|
|
limit #{startIndex},#{size}
|