From ff3ecd57abf7668218c8a556023c4d0c83f71b93 Mon Sep 17 00:00:00 2001 From: zhulianghua Date: Fri, 21 Sep 2018 14:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E7=BB=9F=E4=B8=9A=E5=8A=A1=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E8=AE=BE=E5=A4=87=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java index 98851aa90..c53d8ac59 100644 --- a/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java +++ b/calc/com/tenwa/reckon/executor/FundFundPlanExecutor.java @@ -156,7 +156,11 @@ public class FundFundPlanExecutor { Map cleanLeaseMoney = new HashMap(); cleanLeaseMoney.put("CostType01", "pay_type_out"); cleanLeaseMoney.put("CostType02", "PaymentTime1"); - map.put("CLEAN_LEASE_MONEY", cleanLeaseMoney); + if(!"business_product".equals(tcb.getProductType())) { + map.put("CLEAN_LEASE_MONEY", cleanLeaseMoney); + } else { + map.put("EQUIP_AMT", cleanLeaseMoney); + } String custid=""; if("quoted_price".equals(tcb.getCalType())){ custid=tcb.getDocId();