作者 RuoYi

导入模板添加默认参数

@@ -493,7 +493,7 @@ public class ExcelUtil<T> @@ -493,7 +493,7 @@ public class ExcelUtil<T>
493 */ 493 */
494 public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException 494 public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException
495 { 495 {
496 - importTemplateExcel(response, sheetName); 496 + importTemplateExcel(response, sheetName, StringUtils.EMPTY);
497 } 497 }
498 498
499 /** 499 /**