From 0279fded25953a12f215edfcff05fa0f0052f076 Mon Sep 17 00:00:00 2001 From: liujiaji Date: Thu, 23 Aug 2018 17:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=9F=A5=E8=AF=A2=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=20=5Ftemp=20=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../als/base/awe/execute/method/BusinessCustomerMethod.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/base/awe/execute/method/BusinessCustomerMethod.java b/src_app_fresh/apx/com/amarsoft/als/base/awe/execute/method/BusinessCustomerMethod.java index 66579ec6b..493a8f3df 100644 --- a/src_app_fresh/apx/com/amarsoft/als/base/awe/execute/method/BusinessCustomerMethod.java +++ b/src_app_fresh/apx/com/amarsoft/als/base/awe/execute/method/BusinessCustomerMethod.java @@ -1,6 +1,6 @@ package apx.com.amarsoft.als.base.awe.execute.method; -import jbo.app.tenwa.customer.CUSTOMER_INFO; +import jbo.app.tenwa.customer.CUSTOMER_INFO_TEMP; import jbo.app.tenwa.customer.CUSTOMER_PERSON_TEMP; import jbo.com.tenwa.lease.comm.LB_UNION_LESSEE_TEMP; @@ -50,7 +50,7 @@ public class BusinessCustomerMethod { String CustomerId = getCustomerIdByFlowUnid(flowUnid); - BizObjectManager customerInfoManage = JBOFactory.getBizObjectManager(CUSTOMER_INFO.CLASS_NAME); + BizObjectManager customerInfoManage = JBOFactory.getBizObjectManager(CUSTOMER_INFO_TEMP.CLASS_NAME); return customerInfoManage.createQuery("customerid=:customerid") .setParameter("customerid", CustomerId).getSingleResult(false); }