From afdfda335faff59f819315e0114e5414290b70c4 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 23 Oct 2018 17:19:39 +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][=E8=AF=AD=E5=8F=A5=E4=BF=AE=E6=94=B9]?= 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 043bd9b5c..92b5dbc43 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 ans status!=7 and merchant_id is not null + SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status!=1 and status!=6 and status!=7 and merchant_id is not null )