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