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