From b6b0997bb3072ca03b5e375baa4c42b13adab895 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 12 Jul 2024 15:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=88=B0=E6=A0=87=E5=8D=8F=E4=BC=9A=E5=91=98=E8=8F=9C=E5=8D=95?= =?UTF-8?q?sql?= 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 476562fd..447ac78e 100644 --- a/db/24年6月变更.sql +++ b/db/24年6月变更.sql @@ -185,3 +185,7 @@ CREATE TABLE `pay_meeting_hotel_recommend` ( SET FOREIGN_KEY_CHECKS = 1; + +-- 20240712 导入到标协会员菜单 +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`, `external_terminal_show`) VALUES ('1811666066341814274', '1469221945005338626', '导入到标协会员', NULL, NULL, NULL, NULL, 2, 'council:exportToMember', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-07-12 15:37:04', NULL, NULL, 0, 0, '1', 0, 1); +