|
@@ -50,10 +50,7 @@ public class PcBladeNoticeServiceImpl extends BaseServiceImpl<PcBladeNoticeMappe
|
|
|
|
|
|
@Override
|
|
|
public boolean deleteNotice(Long id) {
|
|
|
- PcBladeNotice notice = this.getById(id);
|
|
|
- //修改公告的删除状态
|
|
|
- notice.setIsDeleted(1);
|
|
|
- return this.updateById(notice);
|
|
|
+ return this.removeById(id);
|
|
|
}
|
|
|
|
|
|
|