|
@@ -1,11 +1,5 @@
|
|
|
package cn.com.qmth.examcloud.core.oe.student.face.service.impl;
|
|
|
|
|
|
-import java.util.concurrent.TimeUnit;
|
|
|
-
|
|
|
-import cn.com.qmth.examcloud.commons.util.ThreadLocalUtil;
|
|
|
-import org.apache.commons.logging.Log;
|
|
|
-import org.apache.commons.logging.LogFactory;
|
|
|
-
|
|
|
import cn.com.qmth.examcloud.commons.exception.StatusException;
|
|
|
import cn.com.qmth.examcloud.commons.helpers.concurrency.simple.Worker;
|
|
|
import cn.com.qmth.examcloud.commons.helpers.concurrency.simple.WorkerController;
|
|
@@ -14,8 +8,12 @@ import cn.com.qmth.examcloud.core.oe.common.base.Constants;
|
|
|
import cn.com.qmth.examcloud.core.oe.common.entity.ExamCaptureQueueEntity;
|
|
|
import cn.com.qmth.examcloud.core.oe.student.face.service.ExamCaptureService;
|
|
|
import cn.com.qmth.examcloud.web.support.SpringContextHolder;
|
|
|
+import org.apache.commons.logging.Log;
|
|
|
+import org.apache.commons.logging.LogFactory;
|
|
|
import org.apache.logging.log4j.ThreadContext;
|
|
|
|
|
|
+import java.util.concurrent.TimeUnit;
|
|
|
+
|
|
|
/**
|
|
|
* face++人脸比对工作线程
|
|
|
*
|