From 91fd7c4b53f981b2a66dee29a4050ade04848155 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Fri, 7 Sep 2018 15:48:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF][?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCUserBasicInfoMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml index ba1b218cb..34eada33a 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml @@ -31,6 +31,10 @@ and `id` = #{id} + + and c.`tenant_id` like concat('%', #{tenantId},'%') + + and `phone` like concat('%', #{phone},'%') @@ -75,10 +79,6 @@ and c.`update_date` = #{updateDate} - - and c.`tenant_id` like concat('%', #{tenantId},'%') - - and c.`name` like concat('%', #{name},'%')