|
@@ -190,7 +190,6 @@ public class StatisticsController {
|
|
|
// 初始合并位置
|
|
|
int firstCol = 1;
|
|
|
// 汇总有"驿站人员数量"
|
|
|
- List<RegionSystemDataCount> 汇总 = result.get("汇总");
|
|
|
titleMap.put("汇总", new CellRangeAddress(0, 0, firstCol, firstCol + 3));
|
|
|
setRSDCExcelData(result.get("汇总"), rowsData, true);
|
|
|
// 填充子标题
|
|
@@ -240,7 +239,6 @@ public class StatisticsController {
|
|
|
// 初始合并位置
|
|
|
int firstCol = 1;
|
|
|
// 汇总有"驿站人员数量"
|
|
|
- List<RegionSystemDataCount> 汇总 = result.get("汇总");
|
|
|
titleMap.put("汇总", new CellRangeAddress(0, 0, firstCol, firstCol + 3));
|
|
|
setRSDCExcelData(result.get("汇总"), rowsData, true);
|
|
|
// 填充子标题
|