|
@@ -368,6 +368,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
<if test="maps.tags != null and maps.tags != ''">
|
|
<if test="maps.tags != null and maps.tags != ''">
|
|
|
|
+ and
|
|
<foreach collection="maps.tags.split(',')" item="tag" open="(" separator="OR" close=")">
|
|
<foreach collection="maps.tags.split(',')" item="tag" open="(" separator="OR" close=")">
|
|
find_in_set(#{tag},c.tags)
|
|
find_in_set(#{tag},c.tags)
|
|
</foreach>
|
|
</foreach>
|
|
@@ -438,6 +439,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
<if test="maps.tags != null and maps.tags != ''">
|
|
<if test="maps.tags != null and maps.tags != ''">
|
|
|
|
+ and
|
|
<foreach collection="maps.tags.split(',')" item="tag" open="(" separator="OR" close=")">
|
|
<foreach collection="maps.tags.split(',')" item="tag" open="(" separator="OR" close=")">
|
|
find_in_set(#{tag},c.tags)
|
|
find_in_set(#{tag},c.tags)
|
|
</foreach>
|
|
</foreach>
|