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()+""); //入参申请人姓名