CZT
2023-09-13 edca45e62b6bb47e51853c4168415f20c2f861cd
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);