update sql更新
This commit is contained in:
@@ -27,3 +27,6 @@ UPDATE `sys_dict_item` SET `dict_id` = '1696796275280531457', `parent_id` = '0',
|
||||
INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `menu_en`, `app_id`) VALUES ('8989f8958e1830b6018e1830b6420000', NULL, '标准化管理', '/standardization', 'layouts/RouteView', NULL, NULL, 0, NULL, '1', 8.00, 0, 'icon-database-fill', 1, 0, 0, 0, NULL, 'admin', '2024-03-07 17:13:49', NULL, NULL, 0, 0, '1', 0, NULL, NULL);
|
||||
UPDATE sys_permission SET parent_id = '8989f8958e1830b6018e1830b6420000' WHERE `name` = '内部工作组';
|
||||
UPDATE sys_permission SET parent_id = '8989f8958e1830b6018e1830b6420000' WHERE `name` = '联络人管理';
|
||||
|
||||
-- 2024 0318 菜单:专项项目库 -> 法规评估库
|
||||
UPDATE `sys_permission` SET `parent_id` = '1701115046088802305', `name` = '法规评估库', `url` = '/projectLibrary/SpecialProjectLibrary', `component` = 'projectLibrary/specialProjectLibrary/SpecialProjectLibrary', `component_name` = NULL, `redirect` = NULL, `menu_type` = 1, `perms` = NULL, `perms_type` = '1', `sort_no` = 3.00, `always_show` = 0, `icon` = NULL, `is_route` = 1, `is_leaf` = 0, `keep_alive` = 0, `hidden` = 0, `description` = NULL, `create_by` = 'admin', `create_time` = '2023-11-14 17:21:33', `update_by` = NULL, `update_time` = NULL, `del_flag` = 0, `rule_flag` = 0, `status` = '1', `internal_or_external` = 0, `menu_en` = NULL, `app_id` = NULL WHERE `id` = '897f80938bcd2157018bcd22d1770001';
|
||||
Reference in New Issue
Block a user