提交 982af993 authored 作者: 马晨俊's avatar 马晨俊

mcj:更新年利率赋值

上级 634d5d9c
...@@ -158,7 +158,7 @@ public class BudgetUitl { ...@@ -158,7 +158,7 @@ public class BudgetUitl {
codeRefactor1.setBudgetName(budgetName); codeRefactor1.setBudgetName(budgetName);
codeRefactor1.setSysFund(systemFund); codeRefactor1.setSysFund(systemFund);
codeRefactor1.setMoneyRate(moneyRate); codeRefactor1.setMoneyRate(moneyRate);
codeRefactor1.setCoefficient(coefficient); codeRefactor1.setCoefficient(pow);
double fundNotRepair1 = proportion * pow * systemFund; double fundNotRepair1 = proportion * pow * systemFund;
double fundRepair1=fundNotRepair1*coefficient; double fundRepair1=fundNotRepair1*coefficient;
fundNotRepair1+=fund; fundNotRepair1+=fund;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论