From f7b43baa5ea594d56024909427350024e8e7dbee Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 30 Mar 2022 13:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=91=E7=9C=A0=E7=A7=9F=E9=87=91=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E6=8B=B7=E6=AD=A3=E5=BC=8F=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc/com/tenwa/flow/CopyDormantRentTempToFormal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);