|
@@ -264,7 +264,7 @@ public class ExamRecordDataServiceImpl implements ExamRecordDataService {
|
|
|
if (FaceBiopsyHelper.isFaceVerify(rootOrgId, examId, studentId)) {
|
|
|
FaceBiopsyScheme faceBiopsyScheme = FaceBiopsyHelper.getFaceBiopsyScheme(rootOrgId);
|
|
|
//新活体检测方案
|
|
|
- if (faceBiopsyScheme == FaceBiopsyScheme.NEW) {
|
|
|
+ if (faceBiopsyScheme == FaceBiopsyScheme.FACE_MOTION) {
|
|
|
FaceBiopsyEntity faceBiopsy = faceBiopsyRepo.findByExamRecordDataId(examRecordData.getId());
|
|
|
|
|
|
//如果活检结果最终为true,只需要更新活检状态即可
|