导入模板标题默认空参数

master
RuoYi 2021-10-09 11:53:36 +08:00
parent ee33dbdc0e
commit c20c2c221f
1 changed files with 1 additions and 1 deletions

View File

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