|
@@ -244,7 +244,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="tagIds != null and tagIds.length > 0">
|
|
<if test="tagIds != null and tagIds.length > 0">
|
|
AND
|
|
AND
|
|
<foreach collection="tagIds" item="item" index="index" open="(" separator="or" close=")">
|
|
<foreach collection="tagIds" item="item" index="index" open="(" separator="or" close=")">
|
|
- company_tag_user.tag_ids LIKE concat('%"',#{item},'"%')
|
|
|
|
|
|
+ CONCAT(',', company_tag_user.tag_ids, ',') LIKE CONCAT('%,', #{item}, ',%')
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
<if test="tabValue != null and tabValue !='' ">
|
|
<if test="tabValue != null and tabValue !='' ">
|