src/main/resources/mapper/ExamPaperAnswerMapper.xml
@@ -242,6 +242,21 @@ ) </update> <update id="setMissExamByTemplate"> update t_exam_paper_answer set invalid = 1 where exam_paper_id in <foreach collection="paperIds" item="item" separator="," open="(" close=")"> #{item} </foreach> and create_user in ( <foreach collection="userIds" item="item" index="index" separator=","> #{item} </foreach> ) </update> <select id="studentPage" resultMap="BaseResultMap" parameterType="com.mindskip.xzs.viewmodel.student.exampaper.ExamPaperAnswerPageVM"> SELECT