xiatian 4 tahun lalu
induk
melakukan
3b1f2e4017

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

@@ -51,8 +51,8 @@ public class ExportExamStudentScore {
          */
          */
         HashMap<Long, List<Long>> examMaps = new HashMap<>();
         HashMap<Long, List<Long>> examMaps = new HashMap<>();
 
 
-        // examMaps.put(1L, Lists.list(1L, 2L, 3L));
-        // examMaps.put(2L, Lists.list());
+         examMaps.put(2952L, Lists.list(21564L, 21565L));
+         examMaps.put(2932L, Lists.list(21564L, 21565L));
 
 
         this.export(examMaps);
         this.export(examMaps);
     }
     }