|
@@ -9,7 +9,6 @@ import cn.com.qmth.examcloud.core.oe.admin.dao.entity.ExamRecordDataEntity;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.dao.entity.ExamRecordPaperStructEntity;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.service.ExamRecordPaperStructService;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.service.bean.ExamRecordQuestionsInfo;
|
|
|
-import cn.com.qmth.examcloud.core.questions.api.ExtractConfigCloudService;
|
|
|
import cn.com.qmth.examcloud.support.cache.CacheHelper;
|
|
|
import cn.com.qmth.examcloud.support.cache.bean.BasePaperCacheBean;
|
|
|
import cn.com.qmth.examcloud.web.helpers.GlobalHelper;
|
|
@@ -45,10 +44,7 @@ public class ExamRecordPaperStructServiceImpl implements ExamRecordPaperStructSe
|
|
|
|
|
|
@Autowired
|
|
|
private MongoTemplate mongoTemplate;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private ExtractConfigCloudService extractConfigCloudService;
|
|
|
-
|
|
|
+
|
|
|
@Override
|
|
|
public ExamRecordPaperStructEntity getExamRecordPaperStruct(Long examRecordDataId) {
|
|
|
ExamRecordDataEntity examRecordDataEntity = GlobalHelper.getEntity(examRecordDataRepo,examRecordDataId,ExamRecordDataEntity.class);
|