From b7e2a89f09e9f575b72ae0bb26fadee8652bb11f Mon Sep 17 00:00:00 2001 From: shangguanyanfei Date: Mon, 3 Jun 2019 10:03:03 +0800 Subject: [PATCH] =?UTF-8?q?HTTP(S)=E6=93=8D=E6=8E=A7=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=8F=9C=E5=8D=95sql=E5=92=8C?= =?UTF-8?q?=E5=AD=97=E5=85=B8sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20190531/add_dict.sql | 6 +++--- src/main/resources/sql/20190531/add_menu.sql | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/sql/20190531/add_menu.sql diff --git a/src/main/resources/sql/20190531/add_dict.sql b/src/main/resources/sql/20190531/add_dict.sql index cc462ddc0..6e5177f65 100644 --- a/src/main/resources/sql/20190531/add_dict.sql +++ b/src/main/resources/sql/20190531/add_dict.sql @@ -2,7 +2,7 @@ #添加HTTP(s)操控日志 pinningst字段的字典内容 INSERT INTO `sys_data_dictionary_name` ( `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ( 'HTTP(S)操控日志', 'PINNING', 'pinning状态', 'user:ceiec,2019-05-31 10:02:51edit', '2019-05-31 10:02:13', '2019-05-31 10:02:51', '1'); #sys_data_dictionary_item 表中的dictionary_id 为 sys_data_dictionary_name 表生成的主键ID的值 -INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4143', '0', 'not pinning', '', '1', '1', '1', '161'); -INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4144', '1', 'pinning', '', '2', '1', '1', '161'); -INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('4145', '2', 'maybe pinning', '', '3', '1', '1', '161'); +INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`) VALUES ('4143', '0', 'not pinning', '', '1', '1', '1'); +INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`) VALUES ('4144', '1', 'pinning', '', '2', '1', '1'); +INSERT INTO `sys_data_dictionary_item` ( `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`) VALUES ('4145', '2', 'maybe pinning', '', '3', '1', '1'); diff --git a/src/main/resources/sql/20190531/add_menu.sql b/src/main/resources/sql/20190531/add_menu.sql new file mode 100644 index 000000000..7c55a94ec --- /dev/null +++ b/src/main/resources/sql/20190531/add_menu.sql @@ -0,0 +1,4 @@ + +#日志检索-国家代理下新增HTTP(S)操控菜单 +INSERT INTO `sys_menu` (`parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('951', '0,1,152,951,', 'http_manipulation', 'HTTP操控', '5', '/log/pxy/httpManipulList', '', '', '1', '', '1', '2019-05-29 09:59:03', '1', '2019-05-29 09:59:03', '', '1', NULL, '0', '0', '215'); +