admin
2021-07-30 19533a17aa55fafc70d0a385928e785cb50e1ebc
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);