select id, studentId, video_time, question_cnt, status, begin_time, create_time, stats from learn_plan
insert into learn_plan
studentId,video_time,question_cnt,status,begin_time,create_time,stats,#{studentId},#{videoTime},#{questionCnt},#{status},#{beginTime},#{createTime},#{stats},
update learn_plan
studentId = #{studentId},video_time = #{videoTime},question_cnt = #{questionCnt},status = #{status},begin_time = #{beginTime},create_time = #{createTime},stats = #{stats},
where id = #{id}
delete from learn_plan where id = #{id}
delete from learn_plan where id in
#{id}