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