|
@@ -79,7 +79,7 @@ public class BuildObjServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
//获取解压后的资源的data.fdage中的数据
|
|
//获取解压后的资源的data.fdage中的数据
|
|
File folderPath = new File(path);
|
|
File folderPath = new File(path);
|
|
- fYunFileService.downloadFile(ConstantFilePath.OSS_PREFIX + path.replace(ConstantFilePath.BUILD_MODEL_LASER_PATH, "") + "/data.fdage", path + "/capture/");
|
|
|
|
|
|
+ fYunFileService.downloadFile(ConstantFilePath.OSS_PREFIX + path.replace(ConstantFilePath.BUILD_MODEL_LASER_PATH, "") + "/data.fdage", path + "/capture/data.fdage");
|
|
JSONObject jsonObject = FileUtils.readJson(folderPath.getAbsolutePath() + File.separator + "capture" + File.separator + "data.fdage");
|
|
JSONObject jsonObject = FileUtils.readJson(folderPath.getAbsolutePath() + File.separator + "capture" + File.separator + "data.fdage");
|
|
if(ObjectUtils.isEmpty(jsonObject)){
|
|
if(ObjectUtils.isEmpty(jsonObject)){
|
|
log.error("data.fdage文件不存在");
|
|
log.error("data.fdage文件不存在");
|