@@ -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;
}