浏览代码

/。 countByFilter

release_toaliyun_real
xhxu 4 年前
父节点
当前提交
0ad4856992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml 查看文件

@@ -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>




正在加载...
取消
保存