|
@@ -157,6 +157,8 @@ public class IdentityAuthenticationInfoServiceImpl extends ServiceImpl<IdentityA
|
|
|
List<IdentityAuthenticationInfo> identityAuthenticationInfoList =
|
|
|
this.selectList(new EntityWrapper<IdentityAuthenticationInfo>()
|
|
|
.eq(IdentityAuthenticationInfo.QueryFiles.CUSTOMER_PHONE, identityAuthenticationInfo.getCustomerPhone())
|
|
|
+ .eq("customer_name", identityAuthenticationInfo.getCustomerName())
|
|
|
+ .eq("comp_id", identityAuthenticationInfo.getCompId())
|
|
|
.eq("customer_type_flag", identityAuthenticationInfo.getCustomerTypeFlag())
|
|
|
.eq(IdentityAuthenticationInfo.QueryFiles.DELETE_FLAG, NumberConstant.CONSTANT0));
|
|
|
//同一手机号再次被认证
|