@@ -138,7 +138,7 @@
AND a.type = #{type}
</if>
<if test="tagName != null and tagName != ''">
- AND a.name like concat ('%', #{tagName}, '%')
+ AND a.tag_name like concat ('%', #{tagName}, '%')
<if test="tagTypeList != null and tagTypeList.size() > 0 ">
and a.tag_type in