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