diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp index c5273d675..15aa30b3b 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp @@ -7,7 +7,8 @@ */ String sPrevUrl = CurPage.getParameter("PrevUrl"); String flowunid = CurPage.getParameter("FlowUnid"); - String customerid = CurPage.getParameter("customerid"); + String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'"); + //String customerid = CurPage.getParameter("customerid"); if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "CustomerFamilyTempInfo";//--Δ£°εΊΕ-- @@ -22,7 +23,6 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>