@@ -229,6 +229,9 @@
<if test="linJob != null and linJob != ''">
and a.firecontrol_job=#{linJob}
</if>
+ <if test="name != null and name != ''">
+ and a.name LIKE CONCAT('%',#{name}, '%')
+ </if>
<choose>
<when test="deptId != null and deptId != ''">and FIND_IN_SET( #{deptId}, CONCAT(d.ancestors,',',d.dept_id) )</when>
<otherwise>${params.dataScope}</otherwise>