From bd499ad022fd34bc008265b3b088ae74cd68576d Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 29 Sep 2018 18:19:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E9=93=BA][=E4=BF=AE=E6=94=B9][sql?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=95=86=E9=93=BA=E5=8F=B7=E4=B8=8D=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E5=AD=97=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/WxShopMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxShopMapper.xml b/mallinkService/src/main/resources/mapper/WxShopMapper.xml index d95469841..d927cc0fe 100644 --- a/mallinkService/src/main/resources/mapper/WxShopMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxShopMapper.xml @@ -38,7 +38,7 @@ - + and `shop_number` like concat('%', #{shopNumber},'%') @@ -141,11 +141,11 @@ - and s.`tenant_id` like concat('%', #{tenantId},'%') + and s.`tenant_id`= #{tenantId} - + and s.`shop_number` like concat('%', #{shopNumber},'%')