1.修改财务本金(朱良华)
This commit is contained in:
parent
4345b3445d
commit
c24905c809
@ -87,14 +87,15 @@ public class EvenInterestExecutor extends FundRentPlanExecutor {
|
||||
public void calFina(ConditionBean cb, TabCalBean tcb, int startList, FundRentPlanBean frpb) throws Exception {
|
||||
|
||||
// 加载利息列表
|
||||
//InterestCalServiceImpl icsi = new InterestCalServiceImpl();
|
||||
//List<String> interests = icsi.getInterestList(frpb.getRentList(), cb.getCleanLeaseMoney(), cb.getYearRate(), cb.getPeriodType(), cb.getGrace(), cb.getIncomeNumberYear(), cb.getEquipEndValue(),cb.getRateAdjustType());
|
||||
frpb.setInterestBusinessList(frpb.getColumn_2());
|
||||
|
||||
InterestCalServiceImpl icsi = new InterestCalServiceImpl();
|
||||
List<String> interests = icsi.getInterestList(frpb.getRentList(), cb.getCleanLeaseMoney(), cb.getYearRate(), cb.getPeriodType(), cb.getGrace(), cb.getIncomeNumberYear(), cb.getEquipEndValue(),cb.getRateAdjustType());
|
||||
// frpb.setInterestBusinessList(frpb.getColumn_2());
|
||||
frpb.setInterestBusinessList(interests);
|
||||
// 加载本金列表
|
||||
//CorpusServiceImpl csi = new CorpusServiceImpl();
|
||||
//List<String> corpusList = csi.getCorpusList(frpb.getRentList(), frpb.getInterestBusinessList());
|
||||
frpb.setCorpusBusinessList(frpb.getColumn_1());
|
||||
CorpusServiceImpl csi = new CorpusServiceImpl();
|
||||
List<String> corpusList = csi.getCorpusList(frpb.getRentList(), frpb.getInterestBusinessList());
|
||||
// frpb.setCorpusBusinessList(frpb.getColumn_1());
|
||||
frpb.setCorpusBusinessList(corpusList);
|
||||
|
||||
// 加载调整信息列表
|
||||
RentPlanServiceImpl rpsi = new RentPlanServiceImpl();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user