From 2aae12c9c8c2d1d65c503dd46ee23c0fcea88789 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 18 Jun 2019 19:36:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E7=89=A9=E4=B8=9A=E5=90=88?= =?UTF-8?q?=E5=90=8C][=E4=BF=AE=E6=94=B9][=E5=90=88=E5=90=8C=E4=BD=9C?= =?UTF-8?q?=E5=BA=9F]?= 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 eefc2ba40..14ad7bbb7 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -261,7 +261,7 @@ resultType="com.iformall.domain.po.WxRentContract"> select * from wx_rent_contract where tenant_id=#{tenantId} and json_contains(json_extract(rent_info,'$[*].shopId'),concat('"',${shopId},'"')) and rent_shop_type =1 - and status=#{status} + and status=#{status} and status!=7