From 558454afa7fdab22365eead5aa1bca0800757bf8 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 14 Aug 2019 14:44:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=BD=91=E9=93=B6=E6=A0=B8=E9=94=80=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=BA=A2=E5=86=B2BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tenwa/flow/rent/copyrent/InsertRentPlanStatus.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/flow/rent/copyrent/InsertRentPlanStatus.java b/src_tenwa/com/tenwa/flow/rent/copyrent/InsertRentPlanStatus.java index 75698bc90..53fe0b8ad 100644 --- a/src_tenwa/com/tenwa/flow/rent/copyrent/InsertRentPlanStatus.java +++ b/src_tenwa/com/tenwa/flow/rent/copyrent/InsertRentPlanStatus.java @@ -3,6 +3,7 @@ import java.util.List; import jbo.app.tenwa.calc.LC_RENT_INCOME_TEMP; import jbo.app.tenwa.calc.LC_RENT_PLAN; +import jbo.com.tenwa.entity.comm.flow.D_DEPOSITRETURN_INFO; import com.amarsoft.are.jbo.BizObject; import com.amarsoft.are.jbo.BizObjectManager; @@ -19,15 +20,19 @@ public class InsertRentPlanStatus extends BaseBussiness{ List boLRITs=JBOFactory.createBizObjectQuery(LC_RENT_INCOME_TEMP.CLASS_NAME,"flowunid=:flowunid").setParameter("flowunid", flowunid).getResultList(false); BizObjectManager bomLRP = JBOFactory.getBizObjectManager(LC_RENT_PLAN.CLASS_NAME, Sqlca.getTransaction()); + CollectAuditInfoCache calc = new CollectAuditInfoCache(); for(int i=0;i