修改网约车模板带值

This commit is contained in:
tangfutang 2018-10-28 17:47:05 +08:00
parent 5054e79684
commit 60c2c178f3

View File

@ -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")%>";