main
HuangHai 4 months ago
parent 04139a1a7d
commit c6e219c4c0

@ -1,6 +1,6 @@
{ {
"2019": { "2019": {
"小学": { "基教小学": {
"schoolName": { "schoolName": {
"index": 1, "index": 1,
"name": "学校名称", "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));
} }
// 保存统计结果到数据库 // 保存统计结果到数据库

Loading…
Cancel
Save