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);