导入模板添加默认参数

This commit is contained in:
RuoYi 2021-10-09 11:43:26 +08:00
parent 0b14155a75
commit 7ae47b50b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
/** /**