admin
2021-04-02 d551bef5e2b09bd98681cf97807988c9863e66fc
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);