diff --git a/spring-boot/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/spring-boot/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index 09eef49c..69d6b24a 100644 --- a/spring-boot/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/spring-boot/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -73,7 +73,7 @@ AND u.open_id = #{openId} - , + AND u.phonenumber like concat('%', #{phonenumber}, '%')