From 4d330e2baa9bd1a06469638046be7303c15b9bea Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 18 Jun 2021 17:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/WxCUserBasicInfoMapper.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml index 13c184af9..ec32e8e90 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml @@ -665,7 +665,7 @@ and cu.`final_tenant_id` = #{finalTenantId} - + and cu.`phone` like concat('%', #{phone},'%') @@ -673,7 +673,7 @@ and cu.`birthdate` = #{birthdate} - + and cu.`education` like concat('%', #{education},'%') @@ -681,11 +681,11 @@ and cu.`sex` = #{sex} - + and cu.`email` like concat('%', #{email},'%') - + and cu.`address` like concat('%', #{address},'%') @@ -709,7 +709,7 @@ and cu.`act_record` = #{actRecord} - + and cu.`name` like concat('%', #{name},'%') @@ -741,7 +741,7 @@ and cu.`tenant_id` like concat('%,', #{tenantInfo.tenantId},',%') - + and cu.`phone` like concat('%', #{basicInfo.phone},'%') @@ -749,7 +749,7 @@ and cu.`birthdate` = #{basicInfo.birthdate} - + and cu.`education` like concat('%', #{basicInfo.education},'%') @@ -757,11 +757,11 @@ and cu.`sex` = #{basicInfo.sex} - + and cu.`email` like concat('%', #{basicInfo.email},'%') - + and cu.`address` like concat('%', #{basicInfo.address},'%') @@ -785,7 +785,7 @@ and cu.`act_record` = #{basicInfo.actRecord} - + and cu.`name` like concat('%', #{basicInfo.name},'%')