Commit ff00ccaa by 段启岩

修复博客删除

parent cc328ab5
...@@ -74,6 +74,7 @@ public class BlogServiceImpl extends ServiceImpl<BlogMapper, Blog> implements IB ...@@ -74,6 +74,7 @@ public class BlogServiceImpl extends ServiceImpl<BlogMapper, Blog> implements IB
this.topicService = topicService; this.topicService = topicService;
} }
@Autowired
public void setBlogCommentService(IBlogCommentService blogCommentService) { public void setBlogCommentService(IBlogCommentService blogCommentService) {
this.blogCommentService = blogCommentService; this.blogCommentService = blogCommentService;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment