管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-13 58c8284e68369fe95a7b200c5fe8821a852469c1
src/main/java/com/lf/server/service/sys/ReportService.java
@@ -236,7 +236,7 @@
            ce.setNo(rows++);
        }
        Map<String, List<CountEntity>> map = new HashMap<>();
        Map<String, List<CountEntity>> map = new HashMap<>(1);
        map.put("data", list);
        ExcelHelper.writeToTemplate(source, target, map);
@@ -256,7 +256,7 @@
            ce.setNo(rows++);
        }
        Map<String, List<CountEntity>> map = new HashMap<>();
        Map<String, List<CountEntity>> map = new HashMap<>(1);
        map.put("data", list);
        ExcelHelper.writeToTemplate(source, target, map);
@@ -277,7 +277,7 @@
            ce.setM2(FileHelper.getSizes(ce.getSizes()));
        }
        Map<String, List<CountEntity>> map = new HashMap<>();
        Map<String, List<CountEntity>> map = new HashMap<>(1);
        map.put("data", list);
        ExcelHelper.writeToTemplate(source, target, map);