diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp index 95570fa96..dc4fbc68c 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractTemplate/contract_template.jsp @@ -69,7 +69,7 @@ //Լģ if("1".equals(isnetcar)){ BizObjectManager cctm = JBOFactory.getBizObjectManager(LB_CONTRACT_INFO_TEMP.CLASS_NAME); - String sSql = "select o.IS_AFFILIATED,o.NETCERTID,o.AFFILIATEDNAME FROM o where o.flowunid =:flowunid"; + String sSql = "select o.IS_AFFILIATED,o.NETCERTID,o.AFFILIATEDNAME,o.AFFILIATEDACTUALADDRESS FROM o where o.flowunid =:flowunid"; BizObject cct = cctm.createQuery(sSql).setParameter("flowunid", flowunid).getSingleResult(false); if("1".equals(cct.getAttribute("IS_AFFILIATED").getString())){ NetMortgagor = cct.getAttribute("AFFILIATEDNAME").getString(); diff --git a/WebContent/fileTemplate/合同(售后回租)和抵押合同-修订版.docx b/WebContent/fileTemplate/合同(售后回租)和抵押合同-修订版.docx index 018999762..15042c9b4 100644 Binary files a/WebContent/fileTemplate/合同(售后回租)和抵押合同-修订版.docx and b/WebContent/fileTemplate/合同(售后回租)和抵押合同-修订版.docx differ