yxh
yxh
4 天以前 f4d2b41a462efdef2a0b2766c3b501dee666075c
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/FileUploadUtils.java
@@ -23,7 +23,7 @@
    /**
     * 默认大小 50M
     */
    public static final long DEFAULT_MAX_SIZE = 50 * 1024 * 1024;
    public static final long DEFAULT_MAX_SIZE = 500 * 1024 * 1024;
    /**
     * 默认的文件名最大长度 100