陈战涛
2023-05-22 550b14e27b9bba40e80f1141d0943d1dc62acbbc
src/main/java/com/fzzy/api/utils/FileUtil.java
@@ -31,7 +31,7 @@
            date = new Date();
        }
        String basePath = configData.getFilePath() + "INOUT/"
        String basePath = configData.getImgPath() + "INOUT/"
                + DateFormatUtils.format(date, "yyyyMM") + "/";
        File file = new File(basePath);