From bf56171083a499e70482c18323d2c661cbb8edd8 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 7 Aug 2024 15:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E6=94=B9=E5=90=8D=E4=B8=BA=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BB=9F=E8=AE=A1=EF=BC=8C=E6=94=BE=E5=9C=A8?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8A=A5=E8=A1=A8=E4=B8=AD=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E9=85=92=E5=BA=97=E6=8E=A8=E8=8D=90=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E5=87=BA=E8=8F=9C=E5=8D=95sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年6月变更.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/24年6月变更.sql b/db/24年6月变更.sql index 1452e152..621beffe 100644 --- a/db/24年6月变更.sql +++ b/db/24年6月变更.sql @@ -237,3 +237,7 @@ INSERT INTO `income_payments_test`.`sys_permission`(`id`, `parent_id`, `name`, ` INSERT INTO `income_payments_test`.`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`, `external_terminal_show`) VALUES ('1821076500849254402', '1470954992463327234', '查看凭证', NULL, NULL, NULL, NULL, 2, 'councilMeetingSituation:lookVoucher', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-08-07 14:50:46', NULL, NULL, 0, 0, '1', 0, 1); INSERT INTO `income_payments_test`.`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`, `external_terminal_show`) VALUES ('1821077226275102721', '1443470901166039042', '查看凭证', NULL, NULL, NULL, NULL, 2, 'standardsMeetingSituation:lookVoucher', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-08-07 14:53:39', NULL, NULL, 0, 0, '1', 0, 1); +-- 会议酒店推荐调整菜单层级 增加菜单。会议汇总 修改成 会议信息统计 +DELETE FROM sys_permission where id = '1812785413516914690'; +UPDATE sys_permission SET menu_type = 0 , parent_id = NULL, sort_no = 4.2, icon = 'fund',hidden = 0 WHERE id = '1808757213186904065'; +UPDATE sys_permission SET `name`= '会议信息统计', menu_type = 1 , parent_id = '1437320526513905666', icon = NULL, sort_no = 14.00 WHERE id = '1626061755230580738';