From 8feb361085c10216b70eb03c4ffbd916e4367c1a Mon Sep 17 00:00:00 2001 From: gjh <1421wake> Date: Mon, 17 Mar 2025 16:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E9=87=8Fsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/update.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/update.sql b/db/update.sql index f852d48..e985020 100644 --- a/db/update.sql +++ b/db/update.sql @@ -25,6 +25,7 @@ ALTER TABLE huzhou_sub_projectinfo # 2025-03-16 新增菜单 INSERT INTO `guoyan_huzhou`.`sys_permission`(`id`, `parent_id`, `type`, `title`, `name`, `code`, `icon`, `path`, `component`, `external`, `order_no`, `display`, `open_mode`, `status`, `remarks`, `version`, `create_user`, `create_date`, `edit_user`, `edit_date`) VALUES ('1899280234855800833', '1803680740161212418', 'menu', '机制建设', NULL, NULL, 'ant-design:book-filled', '/informationSub/mechanism/index', '/informationSub/mechanism/index', '0', 3, '1', '1', '1', NULL, 0, '1', '2025-03-11 10:04:29', '1', '2025-03-11 10:04:29'); INSERT INTO `guoyan_huzhou`.`sys_permission`(`id`, `parent_id`, `type`, `title`, `name`, `code`, `icon`, `path`, `component`, `external`, `order_no`, `display`, `open_mode`, `status`, `remarks`, `version`, `create_user`, `create_date`, `edit_user`, `edit_date`) VALUES ('1899280498354561025', '1803680740161212418', 'menu', '标志性成果', NULL, NULL, 'ant-design:book-filled', '/informationSub/iconic/index', '/informationSub/iconic/index', '0', 4, '1', '1', '1', NULL, 0, '1', '2025-03-11 10:05:32', '1', '2025-03-11 10:05:32'); +INSERT INTO `sys_permission`(`id`, `parent_id`, `type`, `title`, `name`, `code`, `icon`, `path`, `component`, `external`, `order_no`, `display`, `open_mode`, `status`, `remarks`, `version`, `create_user`, `create_date`, `edit_user`, `edit_date`) VALUES ('1901553744693288961', '1797801685624832001', 'menu', '项目节点未完成数', NULL, NULL, 'ant-design:bars-outlined', '/projectBoard/unfinishNode/index', '/projectBoard/unfinishNode/index', '0', 19, '1', '1', '1', NULL, 0, '1', '2025-03-17 16:38:36', '1', '2025-03-17 16:38:36'); # 创建信息材料表 CREATE TABLE `huzhou_information_material` (