浏览代码

导入模板标题默认空参数

RuoYi 4 年之前
父节点
当前提交
c20c2c221f

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java

@@ -401,7 +401,7 @@ public class ExcelUtil<T>
401 401
      */
402 402
     public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
403 403
     {
404
-        importTemplateExcel(response, sheetName);
404
+        importTemplateExcel(response, sheetName, StringUtils.EMPTY);
405 405
     }
406 406
 
407 407
     /**