Browse Source

导入模板添加默认参数

master
RuoYi 3 years ago
parent
commit
7ae47b50b8
  1. 2
      ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java

2
ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java

@ -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