diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 06a7b1e59..fe2c8d105 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -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;