CZT
2023-08-18 e97e5cc1d6b14914ed2aa5cb281bfaeef78c7757
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);