Parcourir la source

添加获取考试完成情况接口

lideyin il y a 5 ans
Parent
commit
3a7cd6feef

+ 1 - 1
examcloud-core-oe-face-service/src/main/java/cn/com/qmth/examcloud/core/oe/student/face/service/impl/BaiduFaceLivenessWorker.java

@@ -51,7 +51,7 @@ public class BaiduFaceLivenessWorker implements Worker<ExamCaptureQueueInfo> {
 			if ((e.getCode().equals(Constants.BAIDU_FACELIVENESS_QPS_LIMIT_EXCEEDED_CODE))) {
 				// 如果超过并发次数,则添加异常次数
 				controller.addConcurrencyWarn();
-				captureLog.error("[BAIDU_FACELIVENESS_WORKER.] 超过并发次数 " , e);
+				captureLog.error("[BAIDU_FACELIVENESS_WORKER.] 超过并发次数 " );
 			} else {
 				ExamCaptureProcessStatisticController.increaseFaceLivenessDetectCount();
 				captureLog.error("[BAIDU_FACELIVENESS_WORKER.] 自定义异常 " + e.getDesc(), e);

+ 1 - 1
examcloud-core-oe-face-service/src/main/java/cn/com/qmth/examcloud/core/oe/student/face/service/impl/FacePPCompareWorker.java

@@ -54,7 +54,7 @@ public class FacePPCompareWorker implements Worker<ExamCaptureQueueInfo> {
             if ((e.getCode().equals(Constants.FACE_COMPARE_CONCURRENCY_LIMIT_EXCEEDED))) {
                 // 如果超过并发次数,则添加异常次数
                 controller.addConcurrencyWarn();
-                captureLog.error("[FACEPP_COMPARE_WORKER.] 超过并发次数 " , e);
+                captureLog.error("[FACEPP_COMPARE_WORKER.] 超过并发次数 ");
             } else {
                 ExamCaptureProcessStatisticController.increaseFaceCompareFailedCount();
                 captureLog.error("[FACEPP_COMPARE_WORKER.] 自定义异常 " +