管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-13 b2e4845b84b23aa3f9cc01141c74a8a27c56c17a
src/main/java/com/lf/server/helper/WebHelper.java
@@ -308,7 +308,7 @@
     * 下载文件
     */
    public static void download(String file, String fileName, HttpServletResponse res) throws Exception {
        download(file, fileName, res);
        download(file, fileName, false, res);
    }
    /**