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();