src/main/java/com/yeshi/buwan/service/imp/CommentService.java
@@ -18,7 +18,7 @@
import com.yeshi.buwan.dao.CommentReplyDao;
import com.yeshi.buwan.domain.Comment2;
import com.yeshi.buwan.domain.CommentReply;
import com.yeshi.buwan.domain.LoginUser;
import com.yeshi.buwan.domain.user.LoginUser;
import com.yeshi.buwan.util.Constant;
import com.yeshi.buwan.util.StringUtil;
@@ -28,22 +28,6 @@
   private CommentDao commentDao;
   @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) {