admin
2021-04-01 1d28c69a351ae108f4116a10f19f615c89a660a2
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);