update book set visit_count = visit_count + 1 where id = #{bookId} update book set comment_count = comment_count+1 where id = #{bookId}