From 07d1534619cc7741ea6e843ba22deff4f37990d9 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sun, 26 Apr 2020 22:07:17 +0800 Subject: [PATCH] =?UTF-8?q?1.GPS=E8=B4=B9=E7=94=A8=E6=97=A0=E8=AE=BA?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=8F=82=E8=9E=8D=EF=BC=8C=E9=83=BD=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=B5=84=E9=87=91=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tenwa/reckon/executor/FundFundPlanExecutor.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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); }