1、onlyoffice修改相关配置

This commit is contained in:
2026-03-06 16:39:17 +08:00
parent 073a529415
commit b95b3d6f9b
8 changed files with 25 additions and 9 deletions

View File

@@ -203,7 +203,8 @@ public class MinioFileIDataFileServiceImpl implements IDataFileService {
private static final String TEMP_FILE_PATH = "/usr/local/nginx/html/storage/";
private static final String TEMP_NG_URL = "http://192.168.65.161:10031/storage/";
@Value("${tempNgUrl:http://192.168.65.161:10031/storage/}")
private String TEMP_NG_URL;
@@ -1055,7 +1056,7 @@ public class MinioFileIDataFileServiceImpl implements IDataFileService {
.collect(Collectors.toList());
PageHelper.startPage(req.getCurrent(), req.getSize());
List<FileMetadataInfo> list = fileMetadataInfoService.lambdaQuery().eq(FileMetadataInfo::getParentId, parentId)
.in(org.apache.commons.collections4.CollectionUtils.isNotEmpty(creatorIds), FileMetadataInfo::getCreatorId, creatorIds)
.in(CollectionUtils.isNotEmpty(creatorIds), FileMetadataInfo::getCreatorId, creatorIds)
.eq(ObjectUtils.isNotEmpty(req.getQueryTarget()), FileMetadataInfo::getDataType, req.getQueryTarget())
.like(ObjectUtils.isNotEmpty(req.getFileName()), FileMetadataInfo::getOriginalName, req.getFileName())
.eq(FileMetadataInfo::getIsLatest, FileIsLastEnum.YES.getValue())

View File

@@ -169,4 +169,6 @@ xxl:
logretentiondays: 14
# 执行器排除扫描的包,多个用逗号分隔,如 "org.package01" 或 "org.package01,org.package02"
excludedpackage:
# xxljob 配置结束
# xxljob 配置结束
tempNgUrl: http://192.168.100.161:10031/storage/

View File

@@ -169,4 +169,6 @@ xxl:
logretentiondays: 14
# 执行器排除扫描的包,多个用逗号分隔,如 "org.package01" 或 "org.package01,org.package02"
excludedpackage:
# xxljob 配置结束
# xxljob 配置结束
tempNgUrl: http://192.168.190.161:10031/storage/

View File

@@ -169,4 +169,7 @@ xxl:
logretentiondays: 14
# 执行器排除扫描的包,多个用逗号分隔,如 "org.package01" 或 "org.package01,org.package02"
excludedpackage:
# xxljob 配置结束
# xxljob 配置结束
tempNgUrl: http://192.168.65.161:10031/storage/

View File

@@ -178,4 +178,6 @@ xxl:
logretentiondays: 14
# 执行器排除扫描的包,多个用逗号分隔,如 "org.package01" 或 "org.package01,org.package02"
excludedpackage:
# xxljob 配置结束
# xxljob 配置结束
tempNgUrl: http://localhost:10031/storage/

View File

@@ -168,4 +168,6 @@ xxl:
logretentiondays: 14
# 执行器排除扫描的包,多个用逗号分隔,如 "org.package01" 或 "org.package01,org.package02"
excludedpackage:
# xxljob 配置结束
# xxljob 配置结束
tempNgUrl: http://192.168.30.147:10031/storage/

View File

@@ -160,4 +160,6 @@ minio:
secure: false
secret-business-bucket: secretbusiness # 存放保密业务代码、脚本的桶(仅超级管理员访问)
spdm-bucket: spdm # 普通业务数据桶(分配给用户读写权限)
directMemory: 16384 # 16kb
directMemory: 16384 # 16kb
tempNgUrl: http://192.168.65.161:10031/storage/

View File

@@ -135,4 +135,6 @@ security:
data:
storage-monitor:
cron: 0 0 0/1 * * ?
cron: 0 0 0/1 * * ?
tempNgUrl: http://192.168.65.161:10031/storage/