src/main/java/com/yeshi/buwan/service/imp/CommentService.java
@@ -29,22 +29,6 @@ @Resource private CommentReplyDao commentReplyDao; public CommentReplyDao getCommentReplyDao() { return commentReplyDao; } public void setCommentReplyDao(CommentReplyDao commentReplyDao) { this.commentReplyDao = commentReplyDao; } public CommentDao getCommentDao() { return commentDao; } public void setCommentDao(CommentDao commentDao) { this.commentDao = commentDao; } public void addComment2(Comment2 c) { commentDao.create(c);