From 60c2c178f34aa603bf38a158d01bf0b440ed180c Mon Sep 17 00:00:00 2001 From: tangfutang Date: Sun, 28 Oct 2018 17:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E7=BA=A6=E8=BD=A6?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=B8=A6=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Comm/LBContractTemplate/contract_template.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp index 0e8cc7253..fc3266539 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp @@ -44,6 +44,7 @@ String NetMortgagor = ""; String NetCertid = ""; String NetMobile = ""; + String Netaddress=""; /* BizObjectManager lultm = JBOFactory.getBizObjectManager(LB_UNION_LESSEE_temp.CLASS_NAME); String sSql = "select o.CUSTOMER_ID FROM o where o.flowunid =:flowunid"; BizObject lult = lultm.createQuery(sSql).setParameter("flowunid", flowunid).getSingleResult(false); */ @@ -73,9 +74,11 @@ if("1".equals(cct.getAttribute("IS_AFFILIATED").getString())){ NetMortgagor = cct.getAttribute("AFFILIATEDNAME").getString(); NetCertid = cct.getAttribute("NETCERTID").getString(); + Netaddress = cct.getAttribute("AFFILIATEDACTUALADDRESS").getString(); }else{ NetCertid = certid; NetMobile = mobile; + Netaddress = address; } } @@ -289,6 +292,7 @@ tempParam["NETMORTGAGOR"]="<%=NetMortgagor%>"; tempParam["NETCERTID"]="<%=NetCertid%>"; tempParam["NETMOBILE"]="<%=NetMobile%>"; + tempParam["NETADDRESS"]="<%=Netaddress%>"; tempParam["fileSavePath"]="<%=CurConfig.getConfigure("FileSavePath")%>";