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