insert into ex_paper_student(paper_id,student_id,create_id) values (#{item.paperId},#{item.studentId},#{item.createId}) update ex_paper_student set completed=#{completed} where id in #{item} delete from ex_paper_student where paper_id =#{paperId} and student_id = #{studentId}