|
|
|
@ -57,8 +57,7 @@ public class SchoolCountSummary {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 处理当前学校类型的数据
|
|
|
|
|
String sheetName = "基教" + schoolType;
|
|
|
|
|
allResults.put(schoolType, processSheet(filePath, sheetName, 7, columnConfigs));
|
|
|
|
|
allResults.put(schoolType, processSheet(filePath, schoolType, 7, columnConfigs));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 保存统计结果到数据库
|
|
|
|
|