|
@@ -78,6 +78,10 @@ public class BatchImportExamStudentTask implements TaskService {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (total > 100000) {
|
|
|
|
+ throw new StatusException("Excel数据条数限制10万条以内!");
|
|
|
|
+ }
|
|
|
|
+
|
|
// 检验数据
|
|
// 检验数据
|
|
Map<String, Long> orgMaps = new HashMap<>();
|
|
Map<String, Long> orgMaps = new HashMap<>();
|
|
Map<String, Long> courseMaps = new HashMap<>();
|
|
Map<String, Long> courseMaps = new HashMap<>();
|