|
@@ -452,7 +452,9 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
sceneInfoVO.setSceneFrom(scenePlusExt.getSceneFrom());
|
|
|
sceneInfoVO.setSceneKind(scenePlusExt.getSceneKind());
|
|
|
sceneInfoVO.setVideos(scenePlusExt.getVideos());
|
|
|
- sceneInfoVO.setMosaicList(this.getMosaicList(num));
|
|
|
+ if(CommonStatus.YES.code().equals(sceneEditInfoExt.getMosaic())){
|
|
|
+ sceneInfoVO.setMosaicList(this.getMosaicList(num));
|
|
|
+ }
|
|
|
|
|
|
this.SortBoxVideos(sceneInfoVO);
|
|
|
|