From a595c76902ad47940d1615c97b4c6876c6ef696e Mon Sep 17 00:00:00 2001 From: zzk Date: Tue, 19 Sep 2023 17:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A7=E6=80=A5=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E5=92=8C=E9=85=8D=E5=81=B6=E7=9A=84=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../businessapply/CustomerInfoCheck.java | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoCheck.java b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoCheck.java index bb9d3d3f7..21337cfa0 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoCheck.java +++ b/src_tenwa/com/tenwa/lease/flow/project/businessapply/CustomerInfoCheck.java @@ -205,18 +205,18 @@ public class CustomerInfoCheck { // return "手机号跟共同申请人手机号重复!"; // } // } - if(mobileFTSpouse!=null){ - String id = mobileFTSpouse.getAttribute("ID").getString(); - String certid1 = mobileFTSpouse.getAttribute("certid").getString();// 配偶身份证号 - String name = mobileFTSpouse.getAttribute("name").getString();// 配偶名称 - - // 判断担保人名称和身份证是否与配偶相同, 相同则过滤, 不同则提示 - if(certid1.equals(certid) && name.equals(FULLNAME)){ - return "SUCCESS"; - }else{ - return "手机号跟配偶人手机号重复!"; - } - } +// if(mobileFTSpouse!=null){ +// String id = mobileFTSpouse.getAttribute("ID").getString(); +// String certid1 = mobileFTSpouse.getAttribute("certid").getString();// 配偶身份证号 +// String name = mobileFTSpouse.getAttribute("name").getString();// 配偶名称 +// +// // 判断担保人名称和身份证是否与配偶相同, 相同则过滤, 不同则提示 +// if(certid1.equals(certid) && name.equals(FULLNAME)){ +// return "SUCCESS"; +// }else{ +// return "手机号跟配偶人手机号重复!"; +// } +// } } } }