@@ -63,6 +63,11 @@
<if test="name != null and name != ''">
and a.name LIKE CONCAT('%', #{name}, '%')
</if>
+
+ <if test="typeId != null and typeId != ''">
+ and a.type_id = #{typeId}
+ </if>
</select>
<update id="addLikeNumById" parameterType="java.lang.Long">