style: 数据库系统菜单调整

This commit is contained in:
TsMask
2024-05-31 17:12:03 +08:00
parent 31006dfc2a
commit 43ab71ba29
10 changed files with 52 additions and 610 deletions

View File

@@ -1,19 +1,5 @@
SET FOREIGN_KEY_CHECKS=0;
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (1, 1);
INSERT IGNORE INTO
`omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (2, 2);
INSERT
IGNORE INTO `omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (103, 3);
INSERT
IGNORE INTO `omc_db`.`sys_user_role` (`user_id`, `role_id`)
VALUES (104, 4);
INSERT IGNORE INTO `sys_user_role` VALUES (1,1),(2,2),(3,3),(4,4);
SET FOREIGN_KEY_CHECKS=1;