ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java
@@ -401,7 +401,7 @@ */ public void importTemplateExcel(HttpServletResponse response, String sheetName) throws IOException { importTemplateExcel(response, sheetName); importTemplateExcel(response, sheetName, StringUtils.EMPTY); } /**