From 53554e4be09ef0cff3993fce5c595e6cb4d62977 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 8 Apr 2024 15:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=912024=200408=20=E5=8F=8B?= =?UTF-8?q?=E6=83=85=E9=93=BE=E6=8E=A5=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/prod/2024-3-18-变更.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/prod/2024-3-18-变更.sql b/db/prod/2024-3-18-变更.sql index a31f4901..5dd0c323 100644 --- a/db/prod/2024-3-18-变更.sql +++ b/db/prod/2024-3-18-变更.sql @@ -73,3 +73,7 @@ alter table laws_project_library MODIFY `project_name` varchar(100) NOT NULL COM UPDATE sys_permission SET url = REPLACE(url,'document','doc') WHERE url LIKE '%document%'; UPDATE sys_permission SET url = REPLACE(url,'Document','Doc') WHERE url LIKE '%Document%'; +-- 2024 0408 友情链接增加新增按钮 +INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `menu_en`, `app_id`) VALUES ('897f89d78ebbd598018ebbd598550000', '1699621406990196738', '新增', NULL, NULL, NULL, NULL, 2, 'sys:friendshipLink:add', '1', 3.00, 0, NULL, 1, 1, 0, 0, NULL, 'ldq1', '2024-04-08 11:52:01', NULL, NULL, 0, 0, '1', 0, NULL, NULL); + +