【修改】 wps相关试题判分BUG修改

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-13 12:15:55 +08:00
parent 9f70635e9c
commit 7fa2d443cd
11 changed files with 343 additions and 270 deletions

View File

@@ -9,7 +9,7 @@
文档可见https://www.iocoder.cn/MyBatis/x-plugins/
-->
<select id="findByStuIdAndPaperId" resultType="pc.exam.pp.module.exam.dal.dataobject.student.StuPaperScoreDO">
SELECT * FROM exam_stu_paper_score WHERE stu_id = #{stuId} AND paper_id = #{paperId}
SELECT * FROM exam_stu_paper_score WHERE stu_id = #{stuId} AND paper_id = #{paperId} order by sort ASC
</select>