From 90e6debb2f34c083ca4cb3fe9aab6da85262afc0 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Fri, 30 Aug 2019 15:59:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E7=BC=96=E5=8F=B7=E6=97=B6=E7=A9=BA=E6=8C=87=E9=92=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp index 76b862b54..80ecaa8a8 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp @@ -65,6 +65,9 @@ if(plannumber==null){ String sSerialType=""; JBOTransaction tx=JBOFactory.createJBOTransaction(); + if("ContractApprovalFlow".equals(flowNo)){ + calType = "contract_process"; + } if("proj_process".equals(calType)){ BizObject proj=JBOFactory.createBizObjectQuery("jbo.com.tenwa.lease.comm.LB_PROJECT_INFO_TEMP","flowunid=:flowunid").setParameter("flowunid", flowunid).getSingleResult(false); sSerialType=proj.getAttribute("PROJECT_NO").getString();