|
@@ -1226,12 +1226,6 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
}
|
|
|
|
|
|
for (OnHandExamInfo info : examStudentDtoList) {
|
|
|
- if (ExamType.ONLINE == examType) {
|
|
|
- // 当前考生-是否跳过人脸识别
|
|
|
- info.setSkipFace(true);
|
|
|
- //todo
|
|
|
- }
|
|
|
-
|
|
|
ExamPropertyCacheBean examCycleEnabledCache = CacheHelper.getExamProperty(info.getExamId(),
|
|
|
ExamProperties.EXAM_CYCLE_ENABLED.name());
|
|
|
if (examCycleEnabledCache != null && StringUtil.isTrue(examCycleEnabledCache.getValue())) {
|
|
@@ -1330,8 +1324,6 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
examStudentInfo.setEndTime(examBean.getEndTime());// 考试结束时间设置
|
|
|
examStudentInfo.setAllowExamCount(countExamTimes(examStudent, examBean));
|
|
|
examStudentInfo.setPaperMins(examBean.getDuration());
|
|
|
- // 当前考生-是否跳过人脸识别
|
|
|
- examStudentInfo.setSkipFace(false);
|
|
|
// 是否启用人脸识别
|
|
|
examStudentInfo.setFaceEnable(FaceBiopsyHelper.isFaceEnable(rootOrgId, examId, studentId));
|
|
|
// 进入考试是否验证人脸识别(强制、非强制)
|