正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | /** |
-
请 注册 或 登录 后发表评论