|
@@ -582,8 +582,14 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
sceneJson.setVideos(JSON.toJSONString(videosJson));
|
|
sceneJson.setVideos(JSON.toJSONString(videosJson));
|
|
sceneJson.setPayStatus(scenePlus.getPayStatus());
|
|
sceneJson.setPayStatus(scenePlus.getPayStatus());
|
|
if(StrUtil.isNotEmpty(oldSceneJson)){
|
|
if(StrUtil.isNotEmpty(oldSceneJson)){
|
|
|
|
+ SceneJsonBean oldSceneJsonBean = JSON.parseObject(oldSceneJson, SceneJsonBean.class);
|
|
List<JSONObject> mosaicList = JSON.parseObject(oldSceneJson, SceneJsonBean.class).getMosaicList();
|
|
List<JSONObject> mosaicList = JSON.parseObject(oldSceneJson, SceneJsonBean.class).getMosaicList();
|
|
sceneJson.setMosaicList(mosaicList);
|
|
sceneJson.setMosaicList(mosaicList);
|
|
|
|
+ sceneJson.setFloorLogo(oldSceneJsonBean.getFloorLogo());
|
|
|
|
+ sceneJson.setFloorLogoFile(oldSceneJsonBean.getFloorLogoFile());
|
|
|
|
+ sceneJson.setBoxModels(oldSceneJsonBean.getBoxModels());
|
|
|
|
+ sceneJson.setBoxVideos(oldSceneJsonBean.getBoxVideos());
|
|
|
|
+ sceneJson.setBoxPhotos(oldSceneJsonBean.getBoxPhotos());
|
|
}
|
|
}
|
|
|
|
|
|
if(!ObjectUtils.isEmpty(company)){
|
|
if(!ObjectUtils.isEmpty(company)){
|