|
@@ -12,11 +12,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.bean.*;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.SyncExamDataReq;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.SyncExamDataReq;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.ExamRecordDataCloudService;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.ExamRecordDataCloudService;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.bean.StuExamQuestionBean;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.bean.StuExamQuestionBean;
|
|
-import cn.com.qmth.examcloud.core.oe.student.api.request.GetExamFaceLivenessVerifiesReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.student.api.request.GetExamRecordPaperStructReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.student.api.request.GetExamRecordQuestionsReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.student.api.request.GetFaceBiopsyReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.student.api.request.UpdatePartialExamRecordReq;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.core.oe.student.api.request.*;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamFaceLivenessVerifiesResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamFaceLivenessVerifiesResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamRecordPaperStructResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamRecordPaperStructResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamRecordQuestionsResp;
|
|
import cn.com.qmth.examcloud.core.oe.student.api.response.GetExamRecordQuestionsResp;
|
|
@@ -188,7 +184,7 @@ public class SyncExamDataExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
"'.do nothing and go to the next node...", examRecordData.getId());
|
|
"'.do nothing and go to the next node...", examRecordData.getId());
|
|
} finally {
|
|
} finally {
|
|
SequenceLockHelper.releaseLockSimple(sequenceLockKey);
|
|
SequenceLockHelper.releaseLockSimple(sequenceLockKey);
|
|
- this.debugLog("T999 SyncExamDataExecutor合计耗时:" + (System.currentTimeMillis() - st) + " ms", examRecordData.getId());
|
|
|
|
|
|
+ this.debugLog("T999 同步数据合计耗时:" + (System.currentTimeMillis() - st) + " ms", examRecordData.getId());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|