CZT
2023-09-15 abd0a1d82cbfedcc826007f808800a4a3db58902
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);