From 5c43d3ff442bb1f1105e12859acbdfd63d7f50d9 Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Tue, 7 Sep 2021 14:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=93=E6=B8=85=E4=B8=8A?= =?UTF-8?q?=E5=8D=88=E6=9D=A1=E4=BB=B6=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation_new/LoanBasicInfo.jsp | 2 +- WebContent/Accounting/LoanSimulation_old/LoanBasicInfo.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation_new/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation_new/LoanBasicInfo.jsp index 930747909..5ff957b26 100644 --- a/WebContent/Accounting/LoanSimulation_new/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation_new/LoanBasicInfo.jsp @@ -36,7 +36,7 @@ //费用规则 ProductCondition pc=new ProductCondition(); - String calcRules=pc.getProductRules(doTemp, productId,vali); + String calcRules=pc.getProductRules(doTemp, productId,vali,flowunid); //获取产品名称 BizObject bo = JBOFactory.createBizObjectQuery(BUSINESS_TYPE.CLASS_NAME,"typeno=:productID") .setParameter("productID", productId).getSingleResult(false); diff --git a/WebContent/Accounting/LoanSimulation_old/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation_old/LoanBasicInfo.jsp index a289e8fd8..4754bbd51 100644 --- a/WebContent/Accounting/LoanSimulation_old/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation_old/LoanBasicInfo.jsp @@ -36,7 +36,7 @@ //费用规则 ProductCondition pc=new ProductCondition(); - String calcRules=pc.getProductRules(doTemp, productId,vali); + String calcRules=pc.getProductRules(doTemp, productId,vali,flowunid); //获取产品名称 BizObject bo = JBOFactory.createBizObjectQuery(BUSINESS_TYPE.CLASS_NAME,"typeno=:productID") .setParameter("productID", productId).getSingleResult(false);