Merge branch 'master' into SecondStage

This commit is contained in:
fengchenchen
2024-10-12 17:31:34 +08:00
7 changed files with 37 additions and 8 deletions
+8 -2
View File
@@ -581,5 +581,11 @@ ALTER TABLE `laws_document_split`
ALTER TABLE `laws_document_split`
MODIFY COLUMN `enterprise_standard` longtext NULL COMMENT '企业标准';
-- 20241010 添加修改清单版本按钮
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`, `menu_en`, `app_id`, `home_icon`) VALUES ('897f89d7927493820192749382b60000',
'897f89d79014d7fe019014d7fe2e0000', '修改清单版本', NULL, NULL, NULL, NULL, 2, 'marketStandard:editVersion', '1',
9.00, 0, NULL, 1, 1, 0, 0, NULL, 'ldq', '2024-10-10 11:57:57', 'ldq', '2024-10-10 11:58:06', 0, 0, '1', 0,
'Modify list version', NULL, NULL);