pull/1121/head
梁宇奇 2025-11-09 21:39:54 +08:00
parent 7a74838175
commit 548f771504
3 changed files with 0 additions and 7 deletions

View File

@ -47,7 +47,6 @@ public class StoreRoleController extends XktBaseController {
final ISysRoleService roleService;
final TokenService tokenService;
final ISysUserService userService;
final ISysMenuService sysMenuService;

View File

@ -44,8 +44,6 @@ public class SysRoleController extends XktBaseController {
final ISysRoleService roleService;
final TokenService tokenService;
final ISysUserService userService;
final ISysMenuService sysMenuService;
@PreAuthorize("@ss.hasAnyRoles('admin,general_admin')")
@ApiOperation(value = "角色分页查询 - 管理员")

View File

@ -53,12 +53,8 @@ public class SysUserController extends BaseController {
@Autowired
private ISysUserService userService;
@Autowired
private ISysRoleService roleService;
@Autowired
private TokenService tokenService;
@Autowired
private SysLoginService loginService;
@Autowired
private SysPasswordService passwordService;
@PreAuthorize("@ss.hasAnyRoles('admin,general_admin')")