|
@@ -93,8 +93,8 @@ import cn.com.qmth.examcloud.core.oe.admin.api.ExamRecordCloudService;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.CheckExamIsStartedReq;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.CheckExamIsStartedResp;
|
|
|
import cn.com.qmth.examcloud.support.cache.CacheHelper;
|
|
|
-import cn.com.qmth.examcloud.support.cache.bean.ExamOrgSettingsCacheBean;
|
|
|
import cn.com.qmth.examcloud.support.cache.bean.ExamOrgPropertyCacheBean;
|
|
|
+import cn.com.qmth.examcloud.support.cache.bean.ExamOrgSettingsCacheBean;
|
|
|
import cn.com.qmth.examcloud.support.cache.bean.StudentCacheBean;
|
|
|
import cn.com.qmth.examcloud.task.api.DataSyncCloudService;
|
|
|
import cn.com.qmth.examcloud.task.api.request.SyncExamReq;
|
|
@@ -662,8 +662,8 @@ public class ExamController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "查询考生的考试批次配置")
|
|
|
- @GetMapping("examConfigFromCache4StudentSession/{examId}")
|
|
|
- public ExamOrgSettingsCacheBean getExamConfigFromCacheByStudentSession(
|
|
|
+ @GetMapping("examOrgSettingsFromCacheByStudentSession/{examId}")
|
|
|
+ public ExamOrgSettingsCacheBean getExamOrgSettingsFromCacheByStudentSession(
|
|
|
@PathVariable Long examId) {
|
|
|
|
|
|
User accessUser = getAccessUser();
|
|
@@ -681,8 +681,8 @@ public class ExamController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "查询考生的考试批次属性集")
|
|
|
- @GetMapping("examPropertyFromCache4StudentSession/{examId}/{keys}")
|
|
|
- public Map<String, String> getExamPropertyFromCacheByStudentSession(@PathVariable Long examId,
|
|
|
+ @GetMapping("examOrgPropertyFromCache4StudentSession/{examId}/{keys}")
|
|
|
+ public Map<String, String> examOrgPropertyFromCache4StudentSession(@PathVariable Long examId,
|
|
|
@PathVariable String keys) {
|
|
|
|
|
|
String[] keyArray = StringUtils.splitByWholeSeparator(keys, ",");
|