1.提交修改bgp as的表达式只能选择无表达式,关键字只能单个关键字输入,sql文件2018放入文件夹2018下

2.修改http中关键字过长换行问题
This commit is contained in:
zhanghongqing
2019-01-07 14:04:49 +08:00
parent f05c9024b5
commit ae704d3065
149 changed files with 13 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
#增加link_id字典信息
INSERT INTO `sys_data_dictionary_name` (`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`) VALUES ('147', '串联设备链路号', 'LINK', '串联设备链路号', 'user:管理员,2018-12-10 12:51:45edit|user:管理员,2018-12-03 18:39:24edit', '2018-12-03 16:13:24', '2018-12-10 12:51:45', '1');
INSERT INTO `sys_data_dictionary_item` (`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('3200', '0', '0', '0', '0', '1', '1', '147');

View File

@@ -0,0 +1,6 @@
#VPN服务器Ip菜单
INSERT INTO `sys_menu` (`id`, `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 ('1166', '109', '0,1,109,', 'vpn_ip', 'VPN IP配置', '380', '/basics/serviceDictInfo/list?itType=5', '', '', '1', 'basics:vpn_ip:view', '1', '2018-11-20 15:28:40', '1', '2018-12-03 09:19:31', '', '1', NULL, '0', '0', '636');
INSERT INTO `sys_menu` (`id`, `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 ('1170', '1166', '0,1,109,1166,', 'show', '查看', '30', '', '', '', '0', 'basics:vpn_ip:view', '1', '2018-12-03 09:20:37', '1', '2018-12-03 09:20:37', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `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 ('1171', '1166', '0,1,109,1166,', 'add', '新增', '60', '', '', '', '1', 'basics:vpn_ip:add', '1', '2018-12-03 09:21:22', '1', '2018-12-03 09:21:22', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `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 ('1172', '1166', '0,1,109,1166,', 'edit', '修改', '90', '', '', '', '1', 'basics:vpn_ip:edit', '1', '2018-12-03 09:22:26', '1', '2018-12-03 09:22:26', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `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 ('1173', '1166', '0,1,109,1166,', 'delete', '删除', '120', '', '', '', '0', 'basics:vpn_ip:del', '1', '2018-12-03 18:28:31', '1', '2018-12-03 18:32:09', '', '1', NULL, '0', '0', NULL);

View File

@@ -0,0 +1 @@
update specific_service_cfg set is_valid=0 where cfg_type=2 and is_Valid=1 and is_leaf = 0 and spec_service_code not in(10015,10019,10061,10013);