|
@@ -96,6 +96,13 @@ public class ScrbServiceImpl implements IScrbService {
|
|
|
fYunFileService.downloadFile(key, sourcePath + key);
|
|
|
});
|
|
|
|
|
|
+ //下载cache/images/
|
|
|
+ String editDataPath = "scene_result_data/" + num + "/data/";
|
|
|
+ keys = fYunFileService.listRemoteFiles(editDataPath);
|
|
|
+ keys.stream().forEach(key->{
|
|
|
+ fYunFileService.downloadFile(key, sourcePath + key);
|
|
|
+ });
|
|
|
+
|
|
|
//打包并上传到obs
|
|
|
File zip = ZipUtil.zip(sourcePath, zipPath);
|
|
|
if(!zip.exists()){
|