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