diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 89cc89d82..934a69736 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -247,9 +247,13 @@ public class FundFundPlanExecutor { ffcp.setPayCust(custid); } if(StringUtil.nullToString(param.get("FINAN")).equals("Y")){//需要判断是否融资 - if(con.getAttribute(entry.getKey() + "_FINA").getString().equals("finatype01")) + //GPS费用特殊,无论是否参融,都要差额放款 + if("feetype24".equals(item.getItemNo())){ + fundPlanBeans.add(ffcp); + } + /*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,9 +263,9 @@ 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); }