diff --git a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml index 37fdac803..850d3fb0b 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml @@ -115,10 +115,10 @@ and `tenant_id` = #{tenantId} - + and `phone` = #{phone} - + and create_date >= #{startTime} @@ -127,7 +127,7 @@ - + and `name` like concat('%', #{name},'%')