计算方式修正
parent
90a8aa621d
commit
aea3157cc5
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue