|
@@ -1098,10 +1098,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
if(new File(target + File.separator + "results").exists()){
|
|
|
FileUtils.delAllFile(target + File.separator + "results");
|
|
|
}
|
|
|
- if(FYunTypeEnum.AWS.code().equals(fyunType)){
|
|
|
- //亚马逊保持旧方式,超链接capture
|
|
|
- CreateObjUtil.createSoftConnection(path + File.separator + "capture", target + File.separator + "capture");
|
|
|
- }
|
|
|
+// if(FYunTypeEnum.AWS.code().equals(fyunType)){
|
|
|
+// //亚马逊保持旧方式,超链接capture
|
|
|
+// CreateObjUtil.createSoftConnection(path + File.separator + "capture", target + File.separator + "capture");
|
|
|
+// }
|
|
|
fYunFileService.downloadFile(ConstantFilePath.OSS_PREFIX + path.replace(ConstantFilePath.BUILD_MODEL_PATH, "") + "/data.fdage", target + File.separator + "capture/data.fdage");
|
|
|
|
|
|
//如果部分成功,则需要返回成功数量和失败列表
|