【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
0 additions
and
7 deletions
... | @@ -463,13 +463,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -463,13 +463,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
463 | } | 463 | } |
464 | } | 464 | } |
465 | 465 | ||
466 | dto = new UserQueryDTO(); | ||
467 | dto.setMobileNo(vo.getContactTel()); | ||
468 | userList = userFeign.getUserSomeInfo(dto).getData().getRecords(); | ||
469 | if(CollectionUtils.isNotEmpty(userList)){ | ||
470 | throw new CsbrUserException(UserError.VALIDATE_CODE_ERROR, "账号管理人手机号已存在!"); | ||
471 | } | ||
472 | |||
473 | //检查会员名称等数据 | 466 | //检查会员名称等数据 |
474 | TenantRQVO tenant = csbrBeanUtil.convert(vo,TenantRQVO.class); | 467 | TenantRQVO tenant = csbrBeanUtil.convert(vo,TenantRQVO.class); |
475 | personelFeign.checkTenant(tenant); | 468 | personelFeign.checkTenant(tenant); | ... | ... |
-
Please register or sign in to post a comment