|
@@ -58,7 +58,7 @@ public class TOeFaceVerifyHistoryServiceImpl extends ServiceImpl<TOeFaceVerifyHi
|
|
FaceVerifyBean ret=new FaceVerifyBean();
|
|
FaceVerifyBean ret=new FaceVerifyBean();
|
|
ret.setId(cache.getId());
|
|
ret.setId(cache.getId());
|
|
ret.setUpdateTime(new Date().getTime());
|
|
ret.setUpdateTime(new Date().getTime());
|
|
- if(ExamTypeEnum.RECOVER.equals(cache.getType())) {
|
|
|
|
|
|
+ if(ExamTypeEnum.RESUME_START.equals(cache.getType())) {
|
|
examBreakHistoryService.saveAuthenticationResult(recordId, cache.getId(), cache.getException());
|
|
examBreakHistoryService.saveAuthenticationResult(recordId, cache.getId(), cache.getException());
|
|
}else {
|
|
}else {
|
|
examRecordService.saveFaceVerify(cache.getType(),recordId, cache.getId(), cache.getException());
|
|
examRecordService.saveFaceVerify(cache.getType(),recordId, cache.getId(), cache.getException());
|