|
@@ -337,6 +337,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
//统计原始资源大小
|
|
|
scenePlusExt.setOrigSpace(FileUtil.size(new File(path.concat(File.separator).concat("capture"))));
|
|
|
|
|
|
+ scenePlusExt.setOrientation(fdageData.getString("orientation"));
|
|
|
+
|
|
|
if (cameraType == 14) {
|
|
|
//计算成功 激光转台相机 同步 请求
|
|
|
fdkkLaserService.syncBuildResult(scenePlus.getNum(), path, scenePlus.getCreateTime(), Calendar.getInstance().getTime(), scenePlusExt.getShootCount(), scenePlus.getPayStatus());
|
|
@@ -370,8 +372,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/"));
|
|
|
}
|
|
|
|
|
|
- scenePlusExt.setOrientation(fdageData.getString("orientation"));
|
|
|
-
|
|
|
|
|
|
this.uploadStatusJson(scenePlus, scenePlusExt);
|
|
|
|