From 148d8472257b159aaff3b32abe2eccf0f626f65f Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 6 Mar 2024 16:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B7=A5=E4=BD=9C=E7=BB=84?= =?UTF-8?q?=E6=88=90=E5=91=98=E7=BB=B4=E6=8A=A4-=E8=B0=83=E8=B4=A6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90sql?= 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 21ea4e71..8269c06f 100644 --- a/db/24年2月变更.sql +++ b/db/24年2月变更.sql @@ -25,3 +25,5 @@ create table tb_member_project_file create index Index_1 on tb_member_project_file (project_id); +-- 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);