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