龚焕茏
2024-05-17 fb69f03a1fc6c2ed30c805020ea596017633adb8
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