From d80859040c080875f0af394b5aba3b1e549ebe7f Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 19 Jun 2019 21:02:28 +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=88=97=E8=A1=A8=E6=8C=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=9F=A5=E8=AF=A2]?= 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 2e8567138..b2761a939 100644 --- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml @@ -338,7 +338,7 @@ and json_extract(rc.rent_info,'$[*].shopNumber') like concat('%',#{shopNumber},'%') - and s.`shop_number` like concat('%',#{shopNumber},'%')ig + and s.`shop_number` like concat('%',#{shopNumber},'%') and rc.`status` = #{status}