master
OathK1per 2022-08-19 16:59:37 +08:00
parent 1117c89904
commit 20cae43f40
1 changed files with 1 additions and 1 deletions

View File

@ -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);