opt
This commit is contained in:
parent
d90217c0ee
commit
09d2aac37e
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user