1.修改财务本金(朱良华)

This commit is contained in:
zhangbb 2019-10-09 16:09:13 +08:00
parent 4345b3445d
commit c24905c809

View File

@ -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();