瀏覽代碼

bug

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

+ 4
- 4
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml 查看文件

@@ -1011,8 +1011,8 @@

<select id="findImportUserCount" resultType="java.lang.Long">
SELECT count(distinct cubi.id) FROM wx_c_user_basic_info cubi
left join wx_c_user cu on cubi.id=cu.user_id where cu.id is null
where 1=1
left join wx_c_user cu on cubi.id=cu.user_id
where cu.id is null
<if test=" null != finalTenantId and '' != finalTenantId">
and cubi.`final_tenant_id` = #{finalTenantId}
</if>
@@ -1020,8 +1020,8 @@

<select id="findImportUserCount1" resultType="java.lang.Long">
SELECT count(distinct cubi.id) FROM wx_c_user_basic_info cubi
left join wx_c_user cu on cubi.id=cu.user_id where cu.id is null
where 1=1
left join wx_c_user cu on cubi.id=cu.user_id
where cu.id is null
<if test=" null != tenantId and '' != tenantId">
and cu.`tenant_id` = #{tenantId}
</if>


Loading…
取消
儲存