休眠租金临时拷正式的脚本
This commit is contained in:
parent
85d31bfa02
commit
f7b43baa5e
@ -24,7 +24,7 @@ public class CopyDormantRentTempToFormal extends BaseBussiness{
|
|||||||
Map<String,String>fromCondtion=new HashMap<String, String>();
|
Map<String,String>fromCondtion=new HashMap<String, String>();
|
||||||
fromCondtion.put("flowunid",this.getAttribute("FlowUnid").toString());
|
fromCondtion.put("flowunid",this.getAttribute("FlowUnid").toString());
|
||||||
Map<String,String>fromCondtion2=new HashMap<String, String>();
|
Map<String,String>fromCondtion2=new HashMap<String, String>();
|
||||||
fromCondtion.put("contract_id",this.getAttribute("ContractId").toString());
|
fromCondtion2.put("contract_id",this.getAttribute("ContractId").toString());
|
||||||
Map<String,String>otherProperty2=new HashMap<String, String>();
|
Map<String,String>otherProperty2=new HashMap<String, String>();
|
||||||
otherProperty2.put("flowunid",this.getAttribute("FlowUnid").toString());
|
otherProperty2.put("flowunid",this.getAttribute("FlowUnid").toString());
|
||||||
DataOperatorUtil.copySingleJBO(LC_DORMANT_RENT_ADJUST_TEMP.CLASS_NAME, fromCondtion, LC_DORMANT_RENT_ADJUST.CLASS_NAME, null, null, Sqlca);
|
DataOperatorUtil.copySingleJBO(LC_DORMANT_RENT_ADJUST_TEMP.CLASS_NAME, fromCondtion, LC_DORMANT_RENT_ADJUST.CLASS_NAME, null, null, Sqlca);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user