diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp index 28a05c80f..eb6fef26c 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp @@ -12,6 +12,10 @@ String IsHistory = CurPage.getParameter("IsHistory"); String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'"); String marriage = Sqlca.getString("select MARRIAGE from CUSTOMER_PERSON_TEMP where flowunid='"+flowunid+"'"); + String childrensNumber = Sqlca.getString("select CHILDRENS_NUMBER from CUSTOMER_PERSON_TEMP where flowunid='"+flowunid+"'"); + System.out.println("flowunid=" + flowunid); + System.out.println("marriage=" + marriage); + System.out.println("childrensNumber=" + childrensNumber); if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "CustomerFamilyTempInfo";//--模板号-- @@ -32,11 +36,11 @@ %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>