|
@@ -5,7 +5,6 @@ import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
-import org.bson.types.ObjectId;
|
|
|
import org.jsoup.Jsoup;
|
|
|
import org.jsoup.nodes.Document;
|
|
|
import org.jsoup.nodes.Element;
|
|
@@ -17,16 +16,12 @@ import org.springframework.data.mongodb.core.aggregation.Aggregation;
|
|
|
import org.springframework.data.mongodb.core.aggregation.AggregationOperation;
|
|
|
import org.springframework.data.mongodb.core.aggregation.AggregationResults;
|
|
|
import org.springframework.data.mongodb.core.query.Criteria;
|
|
|
-import org.springframework.data.mongodb.core.query.Query;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-import cn.com.qmth.dp.examcloud.oe.entity.question.PaperDetailUnit;
|
|
|
import cn.com.qmth.dp.examcloud.oe.entity.question.QuesOption;
|
|
|
import cn.com.qmth.dp.examcloud.oe.entity.question.Question;
|
|
|
import cn.com.qmth.dp.examcloud.oe.modules.export_course_questions_diff_count.QuestionTypeCount;
|
|
|
import cn.com.qmth.examcloud.commons.util.DateUtil;
|
|
|
-import cn.com.qmth.examcloud.core.questions.service.bean.dto.GenPaperDto;
|
|
|
-import cn.com.qmth.examcloud.core.questions.service.impl.GenPaperService;
|
|
|
|
|
|
@Service
|
|
|
public class DebugService {
|
|
@@ -42,8 +37,8 @@ public class DebugService {
|
|
|
public static final String ELEMENT_TYPE_IMG = "image";
|
|
|
|
|
|
public static final String ELEMENT_TYPE_DOCTAG = "doctag";
|
|
|
- @Autowired
|
|
|
- GenPaperService genPaperService;
|
|
|
+// @Autowired
|
|
|
+// GenPaperService genPaperService;
|
|
|
@Autowired
|
|
|
MongoTemplate mongoTemplate;
|
|
|
|