|
@@ -47,6 +47,7 @@ public class SlideshowServiceImpl extends IBaseServiceImpl<SlideshowEntity, Long
|
|
|
|
|
|
entity = new SlideshowEntity();
|
|
entity = new SlideshowEntity();
|
|
BeanUtils.copyProperties(param, entity);
|
|
BeanUtils.copyProperties(param, entity);
|
|
|
|
+
|
|
this.save(entity);
|
|
this.save(entity);
|
|
} else {
|
|
} else {
|
|
entity = this.findById(id);
|
|
entity = this.findById(id);
|