|
@@ -90,7 +90,7 @@ public class ScrbServiceImpl implements IScrbService {
|
|
|
});
|
|
|
|
|
|
//下载cache/images/
|
|
|
- String imagesPath = "scene_result_data/" + num + "/caches/images/";
|
|
|
+ String imagesPath = "scene_result_data/" + num + "/";
|
|
|
keys = fYunFileService.listRemoteFiles(imagesPath);
|
|
|
keys.stream().forEach(key->{
|
|
|
fYunFileService.downloadFile(key, sourcePath + key);
|