feat: 在线编辑文件改为文件服务器存储

This commit is contained in:
2024-10-09 11:16:12 +08:00
parent dd13201ce3
commit 481579bbb1
15 changed files with 218 additions and 1139 deletions
+5 -1
View File
@@ -305,4 +305,8 @@ update process_model_node set sort = 3 where process_key = 'process-annual-init'
update process_model_node set sort = 4 where process_key = 'process-annual-init' and xml_node_id = 'fgbmjlsp';
update process_model_node set sort = 5 where process_key = 'process-annual-init' and xml_node_id = 'gjjlsp';
update process_model_node set sort = 6 where process_key = 'process-annual-init' and xml_node_id = 'zjsp';
update process_model_node set sort = 7 where process_key = 'process-annual-init' and xml_node_id = 'sqrsp';
update process_model_node set sort = 7 where process_key = 'process-annual-init' and xml_node_id = 'sqrsp';
-- 文件表新增字段
ALTER TABLE `oss_file`
ADD COLUMN `onl_id` varchar(36) NULL COMMENT 'onlyOffice关联Id 每次在线编辑生成一个 历史版本均用' AFTER `bind_id`;