Commit 10319ec8 authored by zhouxudong's avatar zhouxudong

修改提示语

parent e6e37634
......@@ -98,7 +98,7 @@ public class SysUserInfoServiceImpl extends ServiceImpl<SysUserInfoMapper, SysUs
throw new ServiceException("当前用户不存在");
}
if (ObjectUtils.isEmpty(sysUserInfo.getPassword())) {
throw new ServiceException("该用户密码不存在,请用短信验证码登录");
throw new ServiceException("用户名或密码不正确");
}
if (!checkPassword(sysUserInfo.getPassword(), loginVo.getPassword())) {
throw new ServiceException("当前用户密码输入错误");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment