From 35ce024beba04d13eea7b3643f85aa5f21b63bf8 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Sat, 27 Oct 2018 18:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4sql=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwei --- .../resources/sql/20181026/create_cfg_operation_log_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sql/20181026/create_cfg_operation_log_table.sql b/src/main/resources/sql/20181026/create_cfg_operation_log_table.sql index 5c8d6875e..15f1c4404 100644 --- a/src/main/resources/sql/20181026/create_cfg_operation_log_table.sql +++ b/src/main/resources/sql/20181026/create_cfg_operation_log_table.sql @@ -28,4 +28,4 @@ CREATE TABLE `sys_cfg_operation_log` ( KEY `sys_log_function_id` (`function_id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COMMENT='业务配置操作行为日志'; #增加配置操作行为日志菜单 -INSERT INTO `gwall_dev`.`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 ( '42', '0,1,2,42,', 'cfg_operation_log', '配置审计日志', '4431', '/sys/log/cfgOperationLogList', '', '', '1', 'sys:cfgOperationLog:view', '1', '2018-10-24 18:57:00', '1', '2018-10-24 18:57:00', '', '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 ('1150', '42', '0,1,2,42,', 'cfg_operation_log', '配置审计日志', '4431', '/sys/log/cfgOperationLogList', '', '', '1', 'sys:cfgOperationLog:view', '1', '2018-10-24 18:57:00', '1', '2018-10-24 18:57:00', '', '1', NULL, '0', '0', NULL);