From a223844f65789bb7fe9444bae22d419a6ac3089b Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Thu, 26 Jul 2018 11:24:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BA=AB=E4=BB=BD=E6=95=B4?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=8E=A5=E5=8F=A3=E9=83=A8=E5=88=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/validate/IdentityVerification.java | 2 +- .../lease/flow/project/validate/SoapRequest.java | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/validate/IdentityVerification.java b/src_tenwa/com/tenwa/lease/flow/project/validate/IdentityVerification.java index 1c79e7a06..642c37ad7 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/validate/IdentityVerification.java +++ b/src_tenwa/com/tenwa/lease/flow/project/validate/IdentityVerification.java @@ -87,7 +87,7 @@ public class IdentityVerification { "O.BalancesHEET,"+ "ci.customertype "+ " FROM "+ - "O left join jbo.app.CUSTOMER_INFO ci "+ + "O left join jbo.app.tenwa.customer.CUSTOMER_INFO_TEMP ci "+ " ON O.customerid = ci.customerid "+ " WHERE O.flowunid=:FLOWUNID "+ "AND O.BALANCESHEET = '申请人' ").setParameter("FLOWUNID",FlowUnid).getSingleResult(false); diff --git a/src_tenwa/com/tenwa/lease/flow/project/validate/SoapRequest.java b/src_tenwa/com/tenwa/lease/flow/project/validate/SoapRequest.java index 240ccdb1a..3fc4dab08 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/validate/SoapRequest.java +++ b/src_tenwa/com/tenwa/lease/flow/project/validate/SoapRequest.java @@ -10,14 +10,14 @@ public class SoapRequest { StringBuffer sb = new StringBuffer(""); if(bizList.size()>0 && biz2 != null){ sb.append(BaseXMLConfiguration(biz1)); - sb.append(""); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+biz2.getAttribute("certid").getString()+""); //入参共同申请人姓名 sb.append(""+biz2.getAttribute("name").getString()+""); sb.append(""); for(int i=0;i"); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+bizList.get(i).getAttribute("CERTID").getString()+""); //入参共同申请人姓名 @@ -28,7 +28,7 @@ public class SoapRequest { }else if(biz2 == null && bizList.size()>0){ sb.append(BaseXMLConfiguration(biz1)); for(int i=0;i"); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+bizList.get(i).getAttribute("CERTID").getString()+""); //入参共同申请人姓名 @@ -38,7 +38,7 @@ public class SoapRequest { sb.append(""); }else if(biz2 != null && bizList.size()<=0){ sb.append(BaseXMLConfiguration(biz1)); - sb.append(""); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+biz2.getAttribute("certid").getString()+""); //入参共同申请人姓名 @@ -67,7 +67,7 @@ public class SoapRequest { sb.append("姓名"); sb.append(""); if(biz2 != null){ - sb.append(""); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+biz2.getAttribute("certid").getString()+""); //入参共同申请人姓名 @@ -76,7 +76,7 @@ public class SoapRequest { } if(bizList != null){ for(int i=0;i"); + sb.append(""); //入参共同申请人身份证号码 sb.append(""+bizList.get(i).getAttribute("CERTID").getString()+""); //入参共同申请人姓名 @@ -104,7 +104,7 @@ public class SoapRequest { sb.append("公民身份号码"); sb.append("姓名"); sb.append(""); - sb.append(""); + sb.append(""); //入参申请人身份证号码 sb.append(""+biz1.getAttribute("CERTID").getString()+""); //入参申请人姓名