|
|
@@ -88,7 +88,7 @@ |
|
|
select distinct user_id |
|
|
select distinct user_id |
|
|
from wx_c_user_tags |
|
|
from wx_c_user_tags |
|
|
where tenant_id = #{tenantId} |
|
|
where tenant_id = #{tenantId} |
|
|
<if test=" null != tagIds"> |
|
|
|
|
|
|
|
|
<if test=" null != tagCodes"> |
|
|
and JSON_CONTAINS(tags,#{tagCodes}) |
|
|
and JSON_CONTAINS(tags,#{tagCodes}) |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|