From 3ee00bfc5e62687efe1edaa06990392d706b35e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=87=A1=E5=87=A1?= Date: Tue, 22 Mar 2022 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/OcpGroup.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mapper/OcpGroup.xml b/src/main/resources/mapper/OcpGroup.xml index d291e7d..c16365a 100644 --- a/src/main/resources/mapper/OcpGroup.xml +++ b/src/main/resources/mapper/OcpGroup.xml @@ -39,8 +39,8 @@ otb.obj_id,otb.tenant_code,otb.tenant_name,otg.tenant_group_name,otb.tenant_url,ote.cluster_name,ote.space_name, otb.tenant_zone,otb.tenant_ctime,otb.tenant_unit from ocp_tenant_base otb - join ocp_tenant_extent ote on otb.tenant_code=ote.tenant_code join ocp_tenant_group otg on otb.tenant_group_code =otg.tenant_group_code + left join ocp_tenant_extent ote on otb.tenant_code=ote.tenant_code WHERE otg.is_delete=0 and otb.tenant_group_code in @@ -50,7 +50,7 @@ - and otb.tenant_unit = #{tenantUnit} + and otb.tenant_unit = #{tenantUnit} @@ -66,9 +66,9 @@ and otb.tenant_name like CONCAT('%', #{keyword}::text,'%') - - - + + +