From ac92f5e93053285cb7d8ff81f977d71565553c9e Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 25 Mar 2024 12:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=BE=81=E9=9B=86=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index e9a0dc44..71643042 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -158,4 +158,8 @@ SET ppc.receivable_amount = ppc.pack_charge_total, WHERE ppc.receivable_amount IS NULL AND ppc.pack_year = '2024' - AND ppc.pack_charge_total IS NOT NULL \ No newline at end of file + AND ppc.pack_charge_total IS NOT NULL + +-- 增加问题征集的查询和导出按钮 +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 ('1772111035504529410', '1443470646404014081', '问题征集-查询', NULL, NULL, NULL, NULL, 2, 'standardsMeeting:problemCollection:search', '0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-25 11:59:30', 'LKGLZ', '2024-03-25 12:00:10', 0, 0, '1', 0, 1); +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 ('1772111177775321090', '1443470646404014081', '问题征集-导出', NULL, NULL, NULL, NULL, 2, 'standardsMeeting:problemCollection:export', '0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-25 12:00:04', NULL, NULL, 0, 0, '1', 0, 1);