|
@@ -586,7 +586,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
}
|
|
|
SceneEditControlsVO controls = sceneInfoVO.getControls();
|
|
|
if(Objects.isNull(controls.getShowShare())){
|
|
|
- controls.setShowScale(CommonStatus.YES.code().intValue());
|
|
|
+ controls.setShowShare(CommonStatus.YES.code().intValue());
|
|
|
}
|
|
|
if(Objects.isNull(controls.getShowCapture())){
|
|
|
controls.setShowCapture(CommonStatus.YES.code().intValue());
|