From 51af8a407a66f03f8d3d0d79134daa5e61cd9a17 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 22 Mar 2024 14:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E5=A4=8D=E6=96=87=E5=8F=B7=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=92=8C=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=A2=9Esql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index 46c8f0c1..706c77d2 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -137,4 +137,12 @@ INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `com update pay_contacts_management set role_code = 1 where 1=1; # 处理单位开票信息 是否为打包企业 -UPDATE pay_company_management set package_enterprise = 'false' where package_enterprise is NULL \ No newline at end of file +UPDATE pay_company_management set package_enterprise = 'false' where package_enterprise is 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 ('1771021270761172994', '1771015606961774594', '查询', NULL, NULL, NULL, NULL, 2, 'approvalDocumentNumber:search', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:49:10', NULL, NULL, 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 ('1771021218697277442', '1771015606961774594', '批量删除', NULL, NULL, NULL, NULL, 2, 'approvalDocumentNumber:deleteBatch', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:48:57', NULL, NULL, 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 ('1771021128578461697', '1771015606961774594', '删除', NULL, NULL, NULL, NULL, 2, 'approvalDocumentNumber:delete', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:48:36', NULL, NULL, 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 ('1771021055282999297', '1771015606961774594', '编辑', NULL, NULL, NULL, NULL, 2, 'approvalDocumentNumber:edit', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:48:18', NULL, NULL, 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 ('1771020961842294785', '1771015606961774594', '新增', '', NULL, NULL, NULL, 2, 'approvalDocumentNumber:add', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:47:56', NULL, NULL, 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 ('1771015606961774594', '1438394322899558402', '批复文号设置', '/incomePayments/approvalDocument/TbApprovalDocumentNumberList', 'incomePayments/approvalDocument/TbApprovalDocumentNumberList', NULL, NULL, 1, NULL, '1', 9.00, 0, NULL, 1, 0, 0, 0, NULL, 'LKGLZ', '2024-03-22 11:26:39', NULL, NULL, 0, 0, '1', 0, 1);