From 8207e011536b1feaa3e9259261874a497672148a Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 15 Jul 2024 17:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug87189=E3=80=91-=20=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E6=B1=87=E6=80=BB-=E4=BC=9A=E8=AE=AE=E9=85=92?= =?UTF-8?q?=E5=BA=97=E6=8E=A8=E8=8D=90=E6=8C=89=E9=92=AE=E6=96=B0=E5=A2=9E?= =?UTF-8?q?sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年6月变更.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/24年6月变更.sql b/db/24年6月变更.sql index 449ba201..ac54dfdb 100644 --- a/db/24年6月变更.sql +++ b/db/24年6月变更.sql @@ -189,3 +189,6 @@ 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); +-- 20240715 会议汇总-会议酒店推荐按钮 +INSERT INTO `income_payments_prod`.`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 ('1812785413516914690', '1626061755230580738', '会议酒店推荐', NULL, NULL, NULL, NULL, 2, 'allmeeting:recommendHotel', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-07-15 17:44:57', NULL, NULL, 0, 0, '1', 0, 1); +