YuanPan 7 лет назад
Родитель
Сommit
c3062369e9

+ 1 - 1
exam-work-api/src/main/java/cn/com/qmth/examcloud/service/examwork/api/ExamStudentApi.java

@@ -293,7 +293,7 @@ public class ExamStudentApi {
         for (Object[] objects : resultList) {
             Long orgId = ((BigInteger) objects[0]).longValue();
             Boolean finished = (Boolean) objects[1];
-            Integer count = (Integer) objects[2];
+            Integer count = ((BigInteger) objects[2]).intValue();
 
 
             boolean found = false;