wangliang 1 жил өмнө
parent
commit
23b1060e8a

+ 1 - 1
themis-business/src/main/resources/mapper/TEExamSummaryMapper.xml

@@ -14,7 +14,7 @@
             sum(t.warning_unread) as warningUnread,
             sum(t.warning_multiple_face_count) as warningMultipleFaceCount,
             sum(t.exception_count) as exceptionCount,
-            sum(case when (t.status = 'ANSWERING' or t.status = 'PERSISTED') then 1 else 0 end) as finishCount
+            sum(case when (t.status = 'FINISHED' or t.status = 'PERSISTED') then 1 else 0 end) as finishCount
         from t_e_exam_student s
             left join t_oe_exam_record t on t.id=s.current_record_id
         <where> 1 = 1