This commit is contained in:
luke 2025-06-21 22:36:21 +08:00
parent d90217c0ee
commit 09d2aac37e

View File

@ -79,8 +79,6 @@ public class DocAppServiceImpl implements DocAppService{
try {
List<OSRecordDTO> osRecordDTOS = Optional.ofNullable(batchQueryOSRecord(recordIds)).orElse(Lists.newArrayList());
List<String> filesLocalRelaPath = osRecordDTOS.stream().filter(Objects::nonNull)
.map(OSRecordDTO::getLocalRelaFilePath).collect(Collectors.toList());
Map<String, List<String>> bucketToObjectsMap = osRecordDTOS.stream()
.collect(Collectors.groupingBy(