导入模板添加默认参数

springboot2
RuoYi 5 years ago
parent 59217e59d0
commit 5493e21bfd

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

Loading…
Cancel
Save