rev:修改登录

This commit is contained in:
2024-03-27 16:01:16 +08:00
parent af02b2b27e
commit 8503e685dc
2 changed files with 0 additions and 9 deletions

View File

@@ -61,10 +61,6 @@ public class MobileAuthorizationController {
// 获取权限列表 - 登录查找权限
List<String> permissionList = roleService.getPermissionList((JSONObject) JSON.toJSON(userInfo));
if (!userInfo.getIs_used()) {
throw new BadRequestException("账号未激活");
}
// 登录输入,登出删除
CurrentUser user = new CurrentUser();
user.setId(userInfo.getUser_id());

View File

@@ -267,11 +267,6 @@ public class OnlineUserService {
// 获取权限列表 - 登录查找权限
List<String> permissionList = roleService.getPermissionList((JSONObject) JSON.toJSON(userInfo));
if (!userInfo.getIs_used()) {
throw new BadRequestException("账号未激活");
}
// 登录输入,登出删除
CurrentUser user = new CurrentUser();
user.setId(userInfo.getUser_id());