|
@@ -358,10 +358,10 @@ public class TOeExamRecordServiceImpl extends ServiceImpl<TOeExamRecordMapper, T
|
|
|
|
|
|
@Override
|
|
|
public void saveFaceVerify(ExamTypeEnum type,Long recordId, Long entryAuthenticationId, VerifyExceptionEnum entryAuthenticationResult) {
|
|
|
- if(ExamTypeEnum.FIRST.equals(type)) {
|
|
|
+ if(ExamTypeEnum.FIRST_START.equals(type)) {
|
|
|
ExamRecordCacheUtil.setEntryAuthenticationId(recordId, entryAuthenticationId);
|
|
|
ExamRecordCacheUtil.setEntryAuthenticationResult(recordId, entryAuthenticationResult);
|
|
|
- }else if(ExamTypeEnum.PROCESS.equals(type)) {
|
|
|
+ }else if(ExamTypeEnum.IN_PROCESS.equals(type)) {
|
|
|
|
|
|
}
|
|
|
}
|