src/main/java/com/lf/server/service/sys/ReportService.java
@@ -140,7 +140,7 @@ private void generateReport(String source, String target, ReportEntity re) { if (StaticData.S1.equals(re.getType())) { switch (re.getCode()) { case "countOperates ": case "countOperates": createCountOperatesWord(source, target); break; case "countSizes": @@ -152,7 +152,7 @@ } } else { switch (re.getCode()) { case "countOperates ": case "countOperates": createCountOperatesExcel(source, target); break; case "countSizes":