diff --git a/calc/com/tenwa/flow/CopyDormantRentTempToFormal.java b/calc/com/tenwa/flow/CopyDormantRentTempToFormal.java index 1d6ea6122..8392832d9 100644 --- a/calc/com/tenwa/flow/CopyDormantRentTempToFormal.java +++ b/calc/com/tenwa/flow/CopyDormantRentTempToFormal.java @@ -24,7 +24,7 @@ public class CopyDormantRentTempToFormal extends BaseBussiness{ MapfromCondtion=new HashMap(); fromCondtion.put("flowunid",this.getAttribute("FlowUnid").toString()); MapfromCondtion2=new HashMap(); - fromCondtion.put("contract_id",this.getAttribute("ContractId").toString()); + fromCondtion2.put("contract_id",this.getAttribute("ContractId").toString()); MapotherProperty2=new HashMap(); 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);