浏览代码

江门1.6.0

dengsixing 8 月之前
父节点
当前提交
b5a58077d9

+ 2 - 0
src/main/java/com/fdkankan/contro/bean/SceneJsonBean.java

@@ -223,5 +223,7 @@ public class SceneJsonBean implements Serializable {
 
     private Integer sceneDraw;
 
+    private String orientation;
+
 
 }

+ 1 - 0
src/main/java/com/fdkankan/contro/service/impl/CommonServiceImpl.java

@@ -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();