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