【update】sql文件的调整
This commit is contained in:
@@ -38,3 +38,10 @@ INSERT INTO sys_dict_item (id, dict_id, item_text, item_value, description, sort
|
||||
INSERT INTO sys_dict_item (id, dict_id, item_text, item_value, description, sort_order, `status`, create_by, create_time, is_tag_dict, is_read_only, del_flag) VALUES ('1769605071110258690', '1769604615294271489', 'D', '4', '', 4, 1, 'admin', '2024-03-18 14:01:41', 0, 0, 0);
|
||||
INSERT INTO sys_dict_item (id, dict_id, item_text, item_value, description, sort_order, `status`, create_by, create_time, is_tag_dict, is_read_only, del_flag) VALUES ('1769605104899571714', '1769604615294271489', 'E', '5', '', 5, 1, 'admin', '2024-03-18 14:01:49', 0, 0, 0);
|
||||
|
||||
|
||||
|
||||
-- 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';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -28,5 +28,3 @@ INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `com
|
||||
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