| | |
| | | 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; |
| | | |
| | |
| | | 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) { |
| | | |