|
@ -156,7 +156,7 @@ public class FileServiceImpl implements IFileService { |
|
|
return new ArrayList<>(); |
|
|
return new ArrayList<>(); |
|
|
}else { |
|
|
}else { |
|
|
entities.forEach(entity -> { |
|
|
entities.forEach(entity -> { |
|
|
entity.setFilePath(this.getObjectUrlOne(MinIOConstants.BUCKET_DKCY,entity.getObjectKey(),3600).toString()); |
|
|
entity.setFilePath(this.getObjectUrlOne(MinIOConstants.BUCKET_MEDIAFILE,entity.getObjectKey(),3600).toString()); |
|
|
}); |
|
|
}); |
|
|
return entities.stream().map(this::entityConvertToDto).collect(Collectors.toList()); |
|
|
return entities.stream().map(this::entityConvertToDto).collect(Collectors.toList()); |
|
|
} |
|
|
} |
|
|