|
@@ -127,7 +127,6 @@ public class DocumentByOrderExcelExportStrategy implements ExcelExportStrategy<M
|
|
|
excelWriter.fill(data, fillConfig, writeSheet);
|
|
|
for (List<ExportDocumentByOrderBo> documentByOrderBos : ListUtil.partition(exportDocumentByOrderBos, 3000)) {
|
|
|
excelWriter.fill(documentByOrderBos, fillConfig, writeSheet);
|
|
|
- excelWriter.finish();
|
|
|
}
|
|
|
|
|
|
} finally {
|