lideyin пре 5 година
родитељ
комит
f5e7558f9c

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

@@ -117,7 +117,7 @@ public class ExamRecordDataCloudServiceProvider extends ControllerSupport implem
         for (ExamFaceLivenessVerifyEntity entity : entityList) {
             ExamFaceLivenessVerifyBean bean = new ExamFaceLivenessVerifyBean();
             bean.setBizId(entity.getBizId());
-            bean.setError(entity.getIsError());
+            bean.setIsError(entity.getIsError());
             bean.setErrorMsg(entity.getErrorMsg());
             bean.setExamRecordDataId(entity.getExamRecordDataId());
             bean.setId(entity.getId());