Explorar o código

删除无用代码

lideyin %!s(int64=5) %!d(string=hai) anos
pai
achega
adccac816a

+ 1 - 5
examcloud-core-oe-admin-service/src/main/java/cn/com/qmth/examcloud/core/oe/admin/service/impl/ExamRecordPaperStructServiceImpl.java

@@ -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);