@@ -152,6 +152,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
if(Objects.nonNull(param.getStarted())){
sceneEditInfoExt.setStarted(JSON.toJSONString(param.getStarted()));
}
+ sceneEditInfoExt.setFloorLogoType(param.getFloorLogoType());
// else{
// sceneEditInfoExt.setStarted("");
// }