参与融资是与否,都进行测算

This commit is contained in:
admin 2018-08-10 15:30:29 +08:00
parent f7f5121d59
commit e6e26105be

View File

@ -213,10 +213,10 @@ public class FundFundPlanExecutor {
if(StringUtil.nullToString(param.get("CostType03")).equals("cust")){
ffcp.setPayCust(custid);
}
if(StringUtil.nullToString(param.get("FINAN")).equals("Y")){//需要判断是否融资
/*if(StringUtil.nullToString(param.get("FINAN")).equals("Y")){//需要判断是否融资
if(con.getAttribute(entry.getKey() + "_FINA").getString().equals("finatype01"))
{
/*FundPlanBean ffcp2 = new FundPlanBean();
FundPlanBean ffcp2 = new FundPlanBean();
ffcp2.setFeeType(item.getItemNo());//·ÑÓÃÀàÐÍ
ffcp2.setPlanList("1");
ffcp2.setSettleMethod("payfund6");
@ -226,12 +226,14 @@ public class FundFundPlanExecutor {
if(StringUtil.nullToString(param.get("CostType03")).equals("cust")){
ffcp2.setPayCust(custid);
}
fundPlanBeans.add(ffcp2);*/
fundPlanBeans.add(ffcp2);
fundPlanBeans.add(ffcp);
}
} else {
fundPlanBeans.add(ffcp);
}
}*/
//不管是否参与融资,都生成租金计划 by K 2018/08/10
fundPlanBeans.add(ffcp);
}
}
return fundPlanBeans;