Ver Fonte

Merge branch 'master' of https://gitee.com/hcst/adsp-boot into test

xuzuoyun há 5 anos atrás
pai
commit
6d86b8ccce

+ 0 - 1
module-common/src/main/java/cn/com/ctop/common/module/utils/ExportExcelUtils.java

@@ -22,7 +22,6 @@ public class ExportExcelUtils {
      * @throws Exception
      * @Title: exportExcel
      * @Description: 导出Excel的方法
-     * @author: evan @ 2014-01-09
      */
     public void exportExcel(XSSFWorkbook workbook, int sheetNum,
                             String sheetTitle, String[] headers, List<List<Object>> result) throws Exception {