|
@@ -147,8 +147,9 @@ public class SysUserServiceImpl extends BaseServiceImpl<Integer, SysUser> implem
|
|
|
if(StringUtils.equalsIgnoreCase(loginEntity.getClientId(),"STUDENT")){
|
|
|
eduUserFeignService.studentApply(loginEntity.getOrganId(),loginEntity.getPhone());
|
|
|
// return queryUserInfoByPhone(loginEntity.getPhone());
|
|
|
+ }else {
|
|
|
+ throw new UsernameNotFoundException("404.9");
|
|
|
}
|
|
|
- throw new UsernameNotFoundException("404.9");
|
|
|
}
|
|
|
|
|
|
}
|