bug
parent
1117c89904
commit
20cae43f40
|
@ -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);
|
Row row = sheet.createRow(index);
|
||||||
Cell firstCell = row.createCell(0);
|
Cell firstCell = row.createCell(0);
|
||||||
firstCell.setCellStyle(style2);
|
firstCell.setCellStyle(style2);
|
||||||
|
|
Loading…
Reference in New Issue