【DAOP-1.0】企业认证
【功能点】联调问题处理
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -345,6 +345,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -345,6 +345,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | 
| 345 | if (ApprovalStateEnum.PASSED.getValue().equals(dto.getApprovalState())) { | 345 | if (ApprovalStateEnum.PASSED.getValue().equals(dto.getApprovalState())) { | 
| 346 | //删除原帐号并新增正式会员 | 346 | //删除原帐号并新增正式会员 | 
| 347 | TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class); | 347 | TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class); | 
| 348 | vo.setTenantType(null); | ||
| 348 | vo.setPersonIncharge(entity.getJuridicalPerson()); | 349 | vo.setPersonIncharge(entity.getJuridicalPerson()); | 
| 349 | personelFeign.authTenant(vo); | 350 | personelFeign.authTenant(vo); | 
| 350 | } | 351 | } | ... | ... | 
- 
Please register or sign in to post a comment
