From 7a84ae4b57d8f266ef17bf7c927506697c054e8e Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 23 Oct 2018 16:29:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BA=97=E9=93=BA=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2][=E5=B7=B2=E5=87=BA=E7=A7=9F=E7=8A=B6?= =?UTF-8?q?=E6=80=81]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index 04949d680..043bd9b5c 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -176,7 +176,7 @@ and s.id not in( - SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status!=1 and status!=6 and merchant_id is not null + SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status!=1 and status!=6 ans status!=7 and merchant_id is not null )