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