|
|
|
@@ -71,7 +71,7 @@ |
|
|
|
|
|
|
|
<select id="findCUserCountByTags" resultType="java.lang.Long"> |
|
|
|
select count(user_id) from wx_c_user_tags cut, wx_c_user cu |
|
|
|
where cut.id = cu.id |
|
|
|
where cut.user_id = cu.id |
|
|
|
and JSON_CONTAINS(tags,#{tagIds} ) |
|
|
|
and cut.tenant_id = #{tenantId}; |
|
|
|
</select> |
|
|
|
|