From a753bca194442c5a2fb6cae36e9445914133859d Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sun, 27 Jan 2019 13:23:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=89=A9=E4=B8=9A=E5=90=88=E5=90=8C][?= =?UTF-8?q?=E5=88=9B=E5=BB=BA][=E8=8E=B7=E5=8F=96=E7=AD=BE=E7=BA=A6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxRentContractMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml index cf42e17ea..0e699a534 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -186,7 +186,7 @@ left join wx_shop s on rc.shop_id=s.id left join wx_mall_building b on s.building=b.id left join wx_mall_floor f on s.floor=f.id - where rc.status not in(1,5,6,7) and rc.tenant_id=#{tenantId} + where rc.status not in(0,1,5,6,7) and rc.tenant_id=#{tenantId} and rc.rent_shop_type = #{rentShopType} order by id desc