deason 5 yıl önce
ebeveyn
işleme
c54c357d09

+ 2 - 83
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/export_exam_student_score/ExportExamStudentScore.java

@@ -47,90 +47,9 @@ public class ExportExamStudentScore {
             示例2:<1L, 指定某些课程时,则只导指定的课程>
          */
         HashMap<Long, List<Long>> examMaps = new HashMap<>();
-        // examMaps.put(1L, Lists.list(1L, 2L, 3L));
 
-        // examMaps.put(808L, Lists.list());
-        // examMaps.put(815L, Lists.list());
-        // examMaps.put(816L, Lists.list());
-        // examMaps.put(817L, Lists.list());
-        // examMaps.put(818L, Lists.list());
-        // examMaps.put(821L, Lists.list());
-        // examMaps.put(822L, Lists.list());
-        // examMaps.put(823L, Lists.list());
-
-        // examMaps.put(824L, Lists.list());
-        // examMaps.put(826L, Lists.list());
-        // examMaps.put(827L, Lists.list());
-        // examMaps.put(828L, Lists.list());
-        // examMaps.put(829L, Lists.list());
-        // examMaps.put(830L, Lists.list());
-        // examMaps.put(831L, Lists.list());
-        // examMaps.put(832L, Lists.list());
-        // examMaps.put(834L, Lists.list());
-        // examMaps.put(835L, Lists.list());
-        // examMaps.put(836L, Lists.list());
-        // examMaps.put(837L, Lists.list());
-        // examMaps.put(838L, Lists.list());
-        // examMaps.put(839L, Lists.list());
-        // examMaps.put(840L, Lists.list());
-        // examMaps.put(841L, Lists.list());
-        // examMaps.put(842L, Lists.list());
-        // examMaps.put(843L, Lists.list());
-        // examMaps.put(844L, Lists.list());
-        // examMaps.put(845L, Lists.list());
-        // examMaps.put(846L, Lists.list());
-        // examMaps.put(847L, Lists.list());
-        // examMaps.put(849L, Lists.list());
-        // examMaps.put(850L, Lists.list());
-        // examMaps.put(851L, Lists.list());
-        // examMaps.put(852L, Lists.list());
-        // examMaps.put(853L, Lists.list());
-        // examMaps.put(854L, Lists.list());
-        // examMaps.put(855L, Lists.list());
-        // examMaps.put(857L, Lists.list());
-        // examMaps.put(858L, Lists.list());
-        // examMaps.put(861L, Lists.list());
-        // examMaps.put(863L, Lists.list());
-        // examMaps.put(864L, Lists.list());
-        // examMaps.put(866L, Lists.list());
-        // examMaps.put(867L, Lists.list());
-        // examMaps.put(868L, Lists.list());
-        // examMaps.put(869L, Lists.list());
-        // examMaps.put(870L, Lists.list());
-        // examMaps.put(871L, Lists.list());
-        // examMaps.put(872L, Lists.list());
-        // examMaps.put(874L, Lists.list());
-        // examMaps.put(875L, Lists.list());
-        // examMaps.put(876L, Lists.list());
-        // examMaps.put(877L, Lists.list());
-        // examMaps.put(878L, Lists.list());
-        // examMaps.put(881L, Lists.list());
-        // examMaps.put(882L, Lists.list());
-        // examMaps.put(883L, Lists.list());
-        // examMaps.put(884L, Lists.list());
-        // examMaps.put(885L, Lists.list());
-        // examMaps.put(886L, Lists.list());
-        // examMaps.put(887L, Lists.list());
-        // examMaps.put(888L, Lists.list());
-        // examMaps.put(891L, Lists.list());
-        // examMaps.put(892L, Lists.list());
-        // examMaps.put(894L, Lists.list());
-        // examMaps.put(897L, Lists.list());
-        // examMaps.put(898L, Lists.list());
-        // examMaps.put(900L, Lists.list());
-        // examMaps.put(901L, Lists.list());
-        // examMaps.put(902L, Lists.list());
-        // examMaps.put(903L, Lists.list());
-        // examMaps.put(905L, Lists.list());
-        // examMaps.put(906L, Lists.list());
-        // examMaps.put(907L, Lists.list());
-        // examMaps.put(908L, Lists.list());
-        // examMaps.put(909L, Lists.list());
-        // examMaps.put(910L, Lists.list());
-        // examMaps.put(912L, Lists.list());
-        // examMaps.put(913L, Lists.list());
-        // examMaps.put(914L, Lists.list());
-        // examMaps.put(915L, Lists.list());
+        // examMaps.put(1L, Lists.list(1L, 2L, 3L));
+        // examMaps.put(2L, Lists.list());
 
         this.export(examMaps);
     }