Commit a571f9bc by 阳浪

4.24bug优化

parent be751791
......@@ -128,8 +128,7 @@
</select>
<select id="studentExamExport" resultType="com.yizhi.exam.application.vo.exam.ReadOnLineExamExportVO">
select h.account_id,h.joinState,h.submitState,h.state,MAX(h.score),
h.startTime,h.duration,h.finishTime,h.objectiveScore,h.subjectiveScore,h.examState from
select * from
<!--已阅卷状态只查询最高分一条记录-->
(select * from (select t.account_id,1 as joinState,1 as submitState,2 as state,o.sum_score as score,t.start_time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment