取不到值
This commit is contained in:
parent
7e32661458
commit
1956f0fbca
@ -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","");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user