管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-15 2214b8e50b9e97f6afd516d0479f91fc986667bd
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);