INSERT INTO video_point_info(videoid, `point`, `time`) VALUES (#{videoId},#{point},#{time}) update video_point_info v set v.status = #{status}, v.point = #{point} where v.videoid = #{videoId}