소스 검색

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>


불러오는 중...
취소
저장