From 1f3e9dc85399290910cde7149806323305544e0d Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期六, 20 七月 2024 19:17:23 +0800 Subject: [PATCH] 修改bug --- ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index 7471f7f..8eb9f50 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -130,6 +130,7 @@ from sys_user where phonenumber = #{phonenumber} and del_flag = '0' + and user_type in ('00', '04') limit 1 </select> -- Gitblit v1.7.1