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