|
@@ -61,7 +61,7 @@ public class BaiduFaceLivenessWorker implements Worker<ExamCaptureQueueInfo> {
|
|
|
ExamCaptureProcessStatisticController.increaseFaceLivenessDetectCount();
|
|
|
while (true){
|
|
|
// 异常处理
|
|
|
- if(examCaptureQueueService.saveExamCaptureQueueEntityByFailed(element.getId(),e.getMessage(),
|
|
|
+ if(examCaptureQueueService.saveExamCaptureQueueEntityByFailed(element.getId(),"系统异常",
|
|
|
ExamCaptureQueueStatus.PROCESS_FACELIVENESS_FAILED)){
|
|
|
break;
|
|
|
};
|