From 20cae43f4040b552d50ab112888651811c4f6d68 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Fri, 19 Aug 2022 16:59:37 +0800 Subject: [PATCH] bug --- .../java/cn/palmte/work/utils/excel/ExportFinalExcelUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cn/palmte/work/utils/excel/ExportFinalExcelUtils.java b/src/main/java/cn/palmte/work/utils/excel/ExportFinalExcelUtils.java index 4aea71a..ac0bfb8 100644 --- a/src/main/java/cn/palmte/work/utils/excel/ExportFinalExcelUtils.java +++ b/src/main/java/cn/palmte/work/utils/excel/ExportFinalExcelUtils.java @@ -523,7 +523,7 @@ public class ExportFinalExcelUtils { } - private void createTotalCostManageRow(BudgetBean budgetBean, CashFlowBean cashFlowBean, SettleBean settleBean, FinalBean finalBean, XSSFSheet sheet, int index, CellStyle style2) { + private void createTotalCostManageRow(BudgetBean budgetBean, CashFlowBean cashFlowBean, FormerBean settleBean, FinalBean finalBean, XSSFSheet sheet, int index, CellStyle style2) { Row row = sheet.createRow(index); Cell firstCell = row.createCell(0); firstCell.setCellStyle(style2);