1.参与融资,不生成资金计划

This commit is contained in:
zhangbb 2020-04-20 16:30:21 +08:00
parent 437bee5880
commit 2933aaec99

View File

@ -246,10 +246,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");
@ -259,14 +259,15 @@ 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);
//参与融资不生成资金计划张文竹提出
//fundPlanBeans.add(ffcp);
}
}
return fundPlanBeans;