From 1a5661deccee763d5f53520194d1de6e1cbfaa1b Mon Sep 17 00:00:00 2001 From: gongbiao Date: Tue, 10 Sep 2019 17:55:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E8=B4=A6=E5=8D=95][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=9F=A5=E8=AF=A2=E6=97=B6=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E5=95=86=E6=88=B7=E5=90=8D=E4=B8=BA=E7=A9=BA=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxBillAllMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml index 42360c9f4..5836eea59 100644 --- a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml @@ -814,7 +814,7 @@ and tt.tenant_id = #{tenantId} and tt.id = #{merchantId} - and tt.name like concat('%', #{merchantName},'%') + and tt.name like concat('%', #{merchantName},'%') and tt.rent_shop_type = #{rentShopType} order by ${sortColumns}