Explorar el Código

删除重复注释

疯狂的狮子Li hace 3 años
padre
commit
0d58ecb09c

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

@@ -392,12 +392,6 @@ public class ExcelUtil<T>
392 392
      * @param sheetName 工作表的名称
393 393
      * @return 结果
394 394
      */
395
-    /**
396
-     * 对list数据源将其里面的数据导入到excel表单
397
-     *
398
-     * @param sheetName 工作表的名称
399
-     * @return 结果
400
-     */
401 395
     public void importTemplateExcel(HttpServletResponse response, String sheetName)
402 396
     {
403 397
         importTemplateExcel(response, sheetName, StringUtils.EMPTY);