xiatian hace 11 meses
padre
commit
14051e19cb

+ 1 - 1
examcloud-core-oe-admin-api-provider/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/provider/ExamRecordCloudServiceProvider.java

@@ -286,7 +286,7 @@ public class ExamRecordCloudServiceProvider extends ControllerSupport implements
 
         GetPartialExamRecordDataResp resp = new GetPartialExamRecordDataResp();
         resp.setExamStudentId(examRecordData.getExamStudentId());
-
+        resp.setIllegality(examRecordData.getIsIllegality()==null?false:examRecordData.getIsIllegality());
         return resp;
     }