cjl
2024-03-28 0476c982d3dd4748ce0267856425c28fcb143b6f
fix:补充提交
1 files modified
4 ■■■■ changed files
screen-api/src/main/java/com/moral/api/controller/YcReptilesController.java 4 ●●●● patch | view | raw | blame | history
screen-api/src/main/java/com/moral/api/controller/YcReptilesController.java
@@ -172,7 +172,7 @@
        // 结果文件,省去了根据模板文件生成的步骤
       // String resultFile = "E:/java/模板-盐城县市区统计1.xlsx";
        String templateFile = basePath+"/模板-盐城县市区统计001.xlsx";
        String templateFile = basePath+"/001.xlsx";
        String resultFileName = endDateTime+"盐城县市区统计.xlsx";;
        String resultFile =UUID.randomUUID().toString()+".xlsx";;
        storageFile(filePath.concat(resultFile));
@@ -272,7 +272,7 @@
        //String templateFile1 = "E:/java/模板-日报模板计算00.xlsx";
        // 结果文件,省去了根据模板文件生成的步骤
        //String resultFile1 = "E:/java/模板-日报模板计算1.xlsx";
        String templateFile1 = basePath+"/模板-日报模板计算00.xlsx";
        String templateFile1 = basePath+"/00.xlsx";
        String resultFileName1 = endDateTime+"日报统计.xlsx";
        String resultFile1 = UUID.randomUUID().toString()+".xlsx";;
        storageFile(filePath.concat(resultFile1));