From b0e0185dae17e7936377300a510acd7e80839cd5 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Thu, 7 Mar 2024 09:32:03 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B5=B7=E8=8D=89=E7=BB=84=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E7=BB=84=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E6=96=B0?= =?UTF-8?q?=E5=A2=9ESQL=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年2月变更.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/24年2月变更.sql b/db/24年2月变更.sql index 8269c06f..9348ec3b 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -27,3 +27,7 @@ create index Index_1 -- sys_permission表 工作组成员维护-调账按钮权限 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 ('1763033213871173633', '1430718058514440194', '调账', NULL, NULL, NULL, NULL, 2, 'workingGroupMember:editAccount', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'chh', '2024-02-29 10:47:28', NULL, NULL, 0, 0, '1', 0, 1); +-- sys_permission表 工作组成员维护-批量新增成员单位按钮权限 +INSERT INTO `income_payments_prod`.`sys_permission`( id, parent_id, name, perms, perms_type, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external, external_terminal_show ) VALUES ( '1765549986109550594', '1430718058514440194', '批量新增成员单位', 'workingGroupMember:batchAdd', '1', 1.0, 2, true, true, false, 'chh', 0, false, '2024-03-07 09:28:13', '1', false, false, true ); +-- sys_permission表 起草组成员维护-批量新增成员单位按钮权限 +INSERT INTO `income_payments_prod`.`sys_permission`( id, parent_id, name, perms, perms_type, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external, external_terminal_show ) VALUES ( '1765550773875339266', '1736668960149286914', '批量新增成员单位', 'draftingGroupMember:batchAdd', '1', 1.0, 2, true, true, false, 'chh', 0, false, '2024-03-07 09:31:21', '1', false, false, true );