From 2933aaec99de5151ad2324a20a913d6bd9d53af4 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 20 Apr 2020 16:30:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=82=E4=B8=8E=E8=9E=8D=E8=B5=84=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 4ae5e41a9..89cc89d82 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -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;