|
@@ -240,11 +240,11 @@ public class KmtCorrectSysServiceImpl implements KmtCorrectSysService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- Map<String, Map<String, List<ExerciseQuestionDto>>> temp1 =
|
|
|
- answerTmp.stream().collect(Collectors.groupingBy(ExerciseQuestionDto::getBookCourseId,
|
|
|
- LinkedHashMap::new,
|
|
|
- Collectors.groupingBy(ExerciseQuestionDto::getBigQuestionIndex, LinkedHashMap::new,
|
|
|
- Collectors.toList())));
|
|
|
+// Map<String, Map<String, List<ExerciseQuestionDto>>> temp1 =
|
|
|
+// answerTmp.stream().collect(Collectors.groupingBy(ExerciseQuestionDto::getBookCourseId,
|
|
|
+// LinkedHashMap::new,
|
|
|
+// Collectors.groupingBy(ExerciseQuestionDto::getBigQuestionIndex, LinkedHashMap::new,
|
|
|
+// Collectors.toList())));
|
|
|
// Map<String, List<ExerciseQuestionDto>> temp = exerciseQuestionDtoList.stream().collect(Collectors
|
|
|
// .groupingBy(ExerciseQuestionDto::getBigQuestionIndex, LinkedHashMap::new, Collectors.toList()));
|
|
|
// List<ExerciseQuestionAnswer4CorrectDTO> exerciseQuestionAnswer4CorrectDTOList = new ArrayList<>();
|