@@ -187,7 +187,7 @@
<if test="communityArticle.tags != null and communityArticle.tags.size > 0">
AND f.tag_id in
<foreach collection="communityArticle.tags" item="tags" index="index" open="(" close=")" separator=",">
- #{tags}
+ ( select distinct id from community_tag where tag_name like concat('%', #{tags}, '%') )
</foreach>
</if>