admin
2021-03-24 c44a4296e8913080bff7ca0ee1b65356ed34ec3d
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);