From 6fc917e8e92998fe0b67a5b67e06be81483f17e6 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 20 Jun 2022 21:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.3=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90=E8=8F=9C=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.2.3_20220620_1843__add_role_bind_page.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql b/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql index a6e2fa6d..a7c56de0 100644 --- a/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql +++ b/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql @@ -1,5 +1,5 @@ SET FOREIGN_KEY_CHECKS = 0; -INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_code`, `menu_sort`, `status_flag`, `remark`, `layui_path`, `layui_icon`, `layui_visible`, `antdv_router`, `antdv_icon`, `antdv_component`, `antdv_link_open_type`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `antdv_front_type`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1538775070967664642, 1399362846198013953, '[-1],[1399362846198013953],', '用户权限', 'role_power', 'systemApp', 20.70, 1, NULL, NULL, NULL, 'Y', '/authority/userPower', 'UserOutlined', '/system/user-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, NULL, NULL); +INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_code`, `menu_sort`, `status_flag`, `remark`, `layui_path`, `layui_icon`, `layui_visible`, `antdv_router`, `antdv_icon`, `antdv_component`, `antdv_link_open_type`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `antdv_front_type`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1538775070967664642, 1399362846198013953, '[-1],[1399362846198013953],', '角色权限', 'role_power', 'systemApp', 20.41, 1, NULL, NULL, NULL, 'Y', '/authority/rolePower', 'UnlockOutlined', '/system/role-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, '2022-06-20 21:11:16', 1339550467939639299); -SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file +SET FOREIGN_KEY_CHECKS = 1;