From be33df3cf57f2ccaad72f863d1d60f460d5f8c3d Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 14 Mar 2024 17:15:43 +0800 Subject: [PATCH] =?UTF-8?q?add=20sql=20=E5=88=A0=E9=99=A4=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E7=AE=A1=E7=90=86=E5=91=98=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index 18b31ee3..0b9136dc 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -133,3 +133,5 @@ ALTER TABLE `pay_pack_company` -- 增加标协会议报名信息维护菜单 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 ('1767832237586100225', '1438394322899558402', '标协会议报名信息维护', '/incomePayments/memberManage/stardsMemberProjectMeetingApplyInfo', 'incomePayments/memberManage/StardsMemberProjectMeetingApplyInfo', NULL, NULL, 1, NULL, '1', 6.00, 0, NULL, 1, 1, 0, 1, NULL, 'LKGLZ', '2024-03-13 16:37:05', NULL, NULL, 0, 0, '1', 0, 1); +# 删除企业管理员类型 +update pay_contacts_management set role_code = 1 where 1=1;