【修改】 选择题未选也继续记录归档

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-04 11:48:35 +08:00
parent 0eabe9fc42
commit 0ab28b6d88
5 changed files with 12 additions and 1 deletions

View File

@@ -30,6 +30,9 @@
<select id="findByStuIdAndPaperIdAndQuestionId" resultType="pc.exam.pp.module.exam.dal.dataobject.student.StuPaperScoreDO">
SELECT * FROM exam_stu_paper_score WHERE stu_id = #{stuId} AND paper_id = #{paperId} AND qu_id = #{quId}
</select>
<delete id="deleteByStuIdAndPaperId">
DELETE FROM exam_stu_paper_score WHERE stu_id = #{stuId} AND paper_id = #{paperId}
</delete>
</mapper>