|
@@ -463,6 +463,7 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
sceneJson.setVideos(JSON.toJSONString(videosJson));
|
|
|
sceneJson.setPayStatus(scenePlus.getPayStatus());
|
|
|
sceneJson.setOrientation(scenePlusExt.getOrientation());
|
|
|
+ sceneJson.setHasFloorplanAi(scenePlus.getHasFloorplanAi());
|
|
|
if(StrUtil.isNotEmpty(oldSceneJson)){
|
|
|
SceneJsonBean oldSceneJsonBean = JSON.parseObject(oldSceneJson, SceneJsonBean.class);
|
|
|
List<JSONObject> mosaicList = JSON.parseObject(oldSceneJson, SceneJsonBean.class).getMosaicList();
|