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