|
@@ -197,7 +197,7 @@ public class TaskMarkResultStandardExportTemplete implements TaskExportTemplete
|
|
|
objectiveAnswerCacheBeanMap = teExamPaperService.getPaperStructCacheBean(m.getPaperId());
|
|
|
paperObjectiveAnswerMap.put(m.getPaperId(), objectiveAnswerCacheBeanMap);
|
|
|
objectiveAnswerCacheBeanMap.forEach((k, v) -> {
|
|
|
- if (v != 6) {//套题暂不展现
|
|
|
+// if (v != 6) {//套题暂不展现
|
|
|
String title = QuestionTypeEnum.convertToTitle(v) + k;
|
|
|
if (v >= 1 && v < 4) {
|
|
|
ExcelDto excelAnswerDto = new ExcelDto(title + "作答");
|
|
@@ -208,7 +208,7 @@ public class TaskMarkResultStandardExportTemplete implements TaskExportTemplete
|
|
|
ExcelDto excelScoreDto = new ExcelDto(title + "得分");
|
|
|
dynamicExcelHead.add(m.getPaperId(), excelScoreDto);
|
|
|
}
|
|
|
- }
|
|
|
+// }
|
|
|
});
|
|
|
} else {
|
|
|
objectiveAnswerCacheBeanMap = paperObjectiveAnswerMap.get(m.getPaperId());
|