wuwen 3 years ago
parent
commit
b1c794fb63

+ 5 - 5
src/main/java/com/ssj/service/kmt/correctsys/KmtCorrectSysServiceImpl.java

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