wuwen 3 년 전
부모
커밋
b1c794fb63
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/main/java/com/ssj/service/kmt/correctsys/KmtCorrectSysServiceImpl.java

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