Browse Source

导入模板标题默认空参数

tags/v3.2.0
RuoYi 4 years ago
parent
commit
c20c2c221f
  1. 2
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java

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

@ -401,7 +401,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