@@ -685,6 +685,10 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
cameraType = 11L;
}
+ int camType = fdageJson.getJSONObject("cam").getIntValue("type");
+ if(camType == 5){
+ cameraType = 5L;
+ }
this.removeUpdateV4(ConstantFilePath.OSS_PREFIX + prefixBuffer + "data.fdage", fdageJson);