余额的计算

master
xxssyyyyssxx 2021-11-04 17:22:02 +08:00
parent b821b9f0e0
commit 37d094d84d
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ public class ProjectBudgetService {
}
//总余额等于总收入-总支出
fundBalance = totalIncome.subtract(fundBalance);
fundBalance = totalIncome.subtract(totalCost);
projectBudgetPlanDetail.setMonth("合计");