瀏覽代碼

[A端][修复]:人群tag计数接口问题

release_toaliyun_real
hupeng 8 年之前
父節點
當前提交
eb34aa72ba
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserTagsMapper.xml

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

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


Loading…
取消
儲存