提交 7ae47b50 authored 作者: RuoYi's avatar RuoYi

导入模板添加默认参数

上级 0b14155a
...@@ -493,7 +493,7 @@ public class ExcelUtil<T> ...@@ -493,7 +493,7 @@ public class ExcelUtil<T>
*/ */
public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
{ {
importTemplateExcel(response, sheetName); importTemplateExcel(response, sheetName, StringUtils.EMPTY);
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论