b46d749b by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent 65bcb534
......@@ -345,6 +345,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
if (ApprovalStateEnum.PASSED.getValue().equals(dto.getApprovalState())) {
//删除原帐号并新增正式会员
TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class);
vo.setTenantType(null);
vo.setPersonIncharge(entity.getJuridicalPerson());
personelFeign.authTenant(vo);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!