matecloud icon indicating copy to clipboard operation
matecloud copied to clipboard

ExcelUtil类defaultExport方法有bug

Open 1154315454 opened this issue 4 years ago • 0 comments

private static void defaultExport(List> list, Class> pojoClass, String fileName, HttpServletResponse response, ExportParams exportParams) { Workbook workbook = ExcelExportUtil.exportExcel(exportParams,pojoClass,list); if (workbook != null); downLoadExcel(fileName, response, workbook); }

if (workbook != null)之后多了一个分号

1154315454 avatar Jun 17 '21 08:06 1154315454