|
@@ -3,7 +3,7 @@ package cn.com.qmth.examcloud.core.oe.student.face.service.impl;
|
|
import cn.com.qmth.examcloud.commons.exception.StatusException;
|
|
import cn.com.qmth.examcloud.commons.exception.StatusException;
|
|
import cn.com.qmth.examcloud.commons.helpers.JsonHttpResponseHolder;
|
|
import cn.com.qmth.examcloud.commons.helpers.JsonHttpResponseHolder;
|
|
import cn.com.qmth.examcloud.core.oe.common.base.Constants;
|
|
import cn.com.qmth.examcloud.core.oe.common.base.Constants;
|
|
-import cn.com.qmth.examcloud.core.oe.common.base.helper.ExamCacheTransferHelper;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.core.oe.common.helper.ExamCacheTransferHelper;
|
|
import cn.com.qmth.examcloud.core.oe.common.entity.ExamCaptureEntity;
|
|
import cn.com.qmth.examcloud.core.oe.common.entity.ExamCaptureEntity;
|
|
import cn.com.qmth.examcloud.core.oe.common.enums.ExamCaptureQueueStatus;
|
|
import cn.com.qmth.examcloud.core.oe.common.enums.ExamCaptureQueueStatus;
|
|
import cn.com.qmth.examcloud.core.oe.common.enums.ExamProperties;
|
|
import cn.com.qmth.examcloud.core.oe.common.enums.ExamProperties;
|
|
@@ -32,7 +32,6 @@ import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.data.domain.Example;
|
|
import org.springframework.data.domain.Example;
|
|
-import org.springframework.data.redis.core.RedisTemplate;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
import org.springframework.web.multipart.MultipartFile;
|