From 95975e0ac48a598c1bd96f285f4f3b4dd2a91e62 Mon Sep 17 00:00:00 2001 From: furunxin <864795252@qq.com> Date: Tue, 28 Jul 2020 17:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E7=BB=AD=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxPropertyContractMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml index 07949b68d..163eaa2a0 100644 --- a/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml @@ -390,7 +390,7 @@ and rc.`parent_tenant_id` = #{parentTenantId} and rc.id not in (select pc.rent_contract_id from ( - select rent_contract_id from wx_property_contract where 1=1 + select rent_contract_id from wx_property_contract where 1=1 and `status`!=6 and `tenant_id` = #{tenantId}