소스 검색

导入模板标题默认空参数

RuoYi 4 년 전
부모
커밋
c20c2c221f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/utils/poi/ExcelUtil.java

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

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