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 "手机号跟配偶人手机号重复!"; +// } +// } } } }