|
|
@@ -472,6 +472,7 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
sceneJson.setOrientation(scenePlusExt.getOrientation());
|
|
|
sceneJson.setHasFloorplanAi(scenePlus.getHasFloorplanAi());
|
|
|
sceneJson.setHasRecognition(scenePlusExt.getHasRecognition());
|
|
|
+ sceneJson.setHasSegAi(scenePlusExt.getHasSegAi());
|
|
|
if(StrUtil.isNotEmpty(oldSceneJson)){
|
|
|
SceneJsonBean oldSceneJsonBean = JSON.parseObject(oldSceneJson, SceneJsonBean.class);
|
|
|
List<JSONObject> mosaicList = JSON.parseObject(oldSceneJson, SceneJsonBean.class).getMosaicList();
|