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}