From ab2c433728ff341b288f196fe4770348f070e745 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 19 Apr 2019 15:06:39 +0800 Subject: [PATCH] =?UTF-8?q?[BUG][ID1001315][dev=20version:.925.1357?= =?UTF-8?q?=EF=BC=9A=E5=88=9B=E5=BB=BA=E5=A4=9A=E7=BB=8F=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E5=95=86=E9=93=BA=EF=BC=8C=E5=9C=A8=E7=82=B9=E4=BD=8D=E5=90=88?= =?UTF-8?q?=E5=90=8C=E8=BF=9B=E8=A1=8C=E8=A1=A5=E5=BD=95=EF=BC=8C=E8=A1=A5?= =?UTF-8?q?=E5=BD=95=E5=88=97=E8=A1=A8=E6=B2=A1=E6=9C=89=E6=AD=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxShopMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index 671176e6f..54dd6512f 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -457,8 +457,8 @@ and s.id not in( - SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status not in(0,5,6,7) - and merchant_id is not null and rent_shop_type=2 + SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status in(2,3,4) + and rent_shop_type=2 )