取不到值

This commit is contained in:
lixuebo 2019-11-12 10:14:27 +08:00
parent 7e32661458
commit 1956f0fbca

View File

@ -37,7 +37,7 @@ public class LBCustomerRelaProjToContractBusiness extends BaseBussiness {
String customerType = this.getAttribute("customertype").toString();
Map<String,String> other=new HashMap<String, String>();
other.put("flowunid",this.getAttribute("FlowUnid").toString());
other.put("flowunid",this.getAttribute("ObjectNo").toString());
DataOperatorUtil.copyJBOSet(LB_GUARANTEE_UNIT.CLASS_NAME, fromCondtion, LB_GUARANTEE_UNIT_TEMP.CLASS_NAME, null, other, null,Sqlca);
DataOperatorUtil.copyJBOSet(CUSTOMER_FAMILY.CLASS_NAME, fromCondtion, CUSTOMER_FAMILY_TEMP.CLASS_NAME, null, other, null, Sqlca);
fromCondtion.put("contract_id","");