From 20f8a41739b135742118eee68da8ed26cef0a2de Mon Sep 17 00:00:00 2001 From: user Date: Mon, 9 Jul 2018 15:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E5=81=B6=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BB=A3=E7=A0=81=E5=92=8C=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApplication/CustomerFamilyTempInfo.jsp | 3 --- .../lease/flow/project/businessapply/CustomerInfoManage.java | 2 -- 2 files changed, 5 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp index 76cb15c22..8567a569a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp @@ -7,12 +7,9 @@ */ String sPrevUrl = CurPage.getParameter("PrevUrl"); String projectId = CurPage.getParameter("ProjectId"); - System.out.print("========================="+projectId); String flowunid = CurPage.getParameter("FlowUnid"); 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+"'"); - System.out.print("============================"+marriage); - //String customerid = CurPage.getParameter("customerid"); if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "CustomerFamilyTempInfo";//--Δ£°εΊΕ-- diff --git a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoManage.java b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoManage.java index 15031387a..036f1f1d3 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoManage.java +++ b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoManage.java @@ -239,7 +239,6 @@ public class CustomerInfoManage { bo.setAttributeValue("smincome", smincome); bo.setAttributeValue("shukou", shukou); bo.setAttributeValue("Spouse_", "Y"); - String proejctId = this.projectId; bo.setAttributeValue("PROJECT_ID", projectId); }else{ bo = bom.newObject(); @@ -258,7 +257,6 @@ public class CustomerInfoManage { bo.setAttributeValue("smincome", smincome); bo.setAttributeValue("shukou", shukou); bo.setAttributeValue("Spouse_", "Y"); - String proejctId = this.projectId; bo.setAttributeValue("PROJECT_ID", projectId); } bom.saveObject(bo);