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},'%')