|
|
@@ -415,7 +415,6 @@ |
|
|
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is null |
|
|
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is null |
|
|
<if test="null != tenantId"> |
|
|
<if test="null != tenantId"> |
|
|
and cubi.tenant_id =#{tenantId} |
|
|
and cubi.tenant_id =#{tenantId} |
|
|
and cu.tenant_id =#{tenantId} |
|
|
|
|
|
</if> |
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
@@ -423,7 +422,6 @@ |
|
|
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is not null |
|
|
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is not null |
|
|
<if test="null != tenantId"> |
|
|
<if test="null != tenantId"> |
|
|
and cubi.tenant_id =#{tenantId} |
|
|
and cubi.tenant_id =#{tenantId} |
|
|
and cu.tenant_id =#{tenantId} |
|
|
|
|
|
</if> |
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|
|