|
@@ -61,7 +61,7 @@ public class PhoneLoginAuthenticationFilter extends AbstractAuthenticationProces
|
|
|
}
|
|
|
|
|
|
if (userInfo.getSysUser().getUserType() != SysUserType.SYSTEM && !StringUtils.equalsIgnoreCase(clientId, userInfo.getSysUser().getUserType().getCode())) {
|
|
|
- throw new LockedException("登录失败");
|
|
|
+ throw new LockedException("用户不存在,请联系教务老师");
|
|
|
}
|
|
|
|
|
|
principal = principal.trim();
|