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); }