From a9579fa7c924788fce3a2a7e2f501c7d597e0a3a Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 27 Apr 2019 17:14:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A4=9A=E7=BB=8F=E7=82=B9=E4=BD=8D=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=90=88=E5=90=8C][=E4=BF=AE=E6=94=B9][=E8=A1=A5?= =?UTF-8?q?=E5=BD=95=E9=80=89=E6=8B=A9=E5=BA=97=E9=93=BA=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98]?= 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 e46622166..d386e8b20 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -500,7 +500,7 @@ and s.id not in( - SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status in(2,3,4) + SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status in(1,2,3,4) and rent_shop_type=2 )