【修改】 wps相关试题判分BUG修改
This commit is contained in:
@@ -134,5 +134,8 @@ public class ExamQuestion extends TenantBaseDO {
|
||||
/** 每题分数 */
|
||||
@TableField(exist = false)
|
||||
private String quScores;
|
||||
/** 排序 */
|
||||
@TableField(exist = false)
|
||||
private int sort;
|
||||
|
||||
}
|
||||
|
@@ -54,5 +54,9 @@ public class StuPaperScoreDO extends TenantBaseDO {
|
||||
* 题型名称
|
||||
*/
|
||||
private String subjectName;
|
||||
/**
|
||||
* 排序
|
||||
*/
|
||||
private int sort;
|
||||
|
||||
}
|
@@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user