From 8ec4158ba32c02f2980e1a3430a3e177e3cd0536 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Wed, 30 Aug 2023 18:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomerFamilyTempInfo.jsp | 150 +++++++-- .../BusinessApplication/CustomerInfo.jsp | 30 +- .../businessapply/CustomerInfoManage.java | 286 +++++++++++++++++- 3 files changed, 433 insertions(+), 33 deletions(-) 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"%>