增加工作组成员维护-调账按钮权限sql

This commit is contained in:
danshihao
2024-03-06 16:36:37 +08:00
parent 68d9541bae
commit 148d847225
+2
View File
@@ -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);