@Override
  public int updateComment(Comment comment) {

    return commentDao.updateByPrimaryKeySelective(comment);
  }