权限增加

This commit is contained in:
2025-12-12 11:46:55 +08:00
parent e61179ce7d
commit 95a488be12
4 changed files with 33 additions and 2 deletions

View File

@@ -240,6 +240,7 @@ INSERT INTO `tb_sys_role_permission` (id, role_id, permission_id, creator, creat
('118', 'admin', 'perm_view_message_detail', '1', now()),
-- 超级管理员权限中普通管理员也需要的部分
('139', 'admin', 'perm_admin_overview', '1', now()),
('119', 'admin', 'perm_admin_user_manage', '1', now()),
('120', 'admin', 'perm_admin_dept_manage', '1', now()),
('121', 'admin', 'perm_admin_role_manage', '1', now()),