计算方式修正

master
OathK1per 2022-08-19 14:54:11 +08:00
parent 90a8aa621d
commit aea3157cc5
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ public class ExportExcelUtils {
Cell thirdCell = row.createCell(2); Cell thirdCell = row.createCell(2);
thirdCell.setCellStyle(style2); thirdCell.setCellStyle(style2);
thirdCell.setCellType(CellType.STRING); thirdCell.setCellType(CellType.STRING);
thirdCell.setCellValue("销售商品、提供劳务收到的现金+收到其他与经营活动有关的现金-购买商品、接受劳务支付的现金-支付其他与经营活动有关的现金"); thirdCell.setCellValue("销售商品、提供劳务收到的现金+收到的税费返还+收到其他与经营活动有关的现金-购买商品、接受劳务支付的现金-支付的各项税费-支付其他与经营活动有关的现金");
} }
private void createCashInflowFromInvestingActivitiesRow(CashFlowBean cashFlowBean, XSSFSheet sheet, int index) { private void createCashInflowFromInvestingActivitiesRow(CashFlowBean cashFlowBean, XSSFSheet sheet, int index) {