网约车模板取值
This commit is contained in:
parent
083c023676
commit
31eb83a999
@ -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();
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user