|
@@ -671,7 +671,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
}
|
|
|
int camType = fdageJson.getJSONObject("cam").getIntValue("type");
|
|
|
- if(camType == 360){
|
|
|
+ if(camType == 36){
|
|
|
cameraType = 6L;
|
|
|
}
|
|
|
|
|
@@ -912,6 +912,10 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if(cameraType.longValue() == 6){
|
|
|
+ scenePlus.setSceneSource(36);
|
|
|
+ }
|
|
|
+
|
|
|
//全景看看场景用相机类型包括 看看 看见 深时 深光,所以这里做一个统一处理,为了让场景不在各平台中显示出来
|
|
|
if(Objects.nonNull(location) && location == 7){
|
|
|
scenePlus.setSceneSource(SceneSource.QJKK.code());
|