From 6a0a71a5c73fb78a51747b8a06004672f7bd7dda Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 14 Mar 2024 15:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=A0=87=E5=8D=8F=E4=BC=9A=E8=AE=AE=E6=8A=A5=E5=90=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=BB=B4=E6=8A=A4=E8=8F=9C=E5=8D=95=E7=9A=84sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index 62b5b599..801a1421 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -1251,4 +1251,7 @@ SELECT `tb_certificate_payment`.`id` AS `id` FROM `tb_certificate_payment` UNION ALL SELECT `pay_pack_company`.`id` AS `id` -FROM `pay_pack_company`; \ No newline at end of file +FROM `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);