|
@@ -928,7 +928,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
//原始计算根目录
|
|
|
// String path = "F:\\test";
|
|
|
- String path = scenePlusExt.getDataSource();
|
|
|
+ String path = sceneService.getDataSource(num, scenePlus.getSceneSource(), scenePlusExt.getDataSource());
|
|
|
//全景图计算根目录
|
|
|
String target = path + "_images";
|
|
|
//解压缩文件存放目录
|
|
@@ -1064,7 +1064,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
FileUtils.delAllFile(target + File.separator + "results");
|
|
|
}
|
|
|
|
|
|
- FileUtil.copy(path.concat(File.separator).concat("capture").concat("data.fdage"), target.concat(File.separator).concat("capture").concat(File.separator).concat("data.fdage"), true);
|
|
|
+ FileUtil.copy(path.concat(File.separator).concat("capture").concat(File.separator).concat("data.fdage"), target.concat(File.separator).concat("capture").concat(File.separator).concat("data.fdage"), true);
|
|
|
|
|
|
//如果部分成功,则需要返回成功数量和失败列表
|
|
|
if(CollUtil.isNotEmpty(notExistFileList)){
|