819319f4 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent 32fa0275
...@@ -347,6 +347,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -347,6 +347,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
347 TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class); 347 TenantRQVO vo = csbrBeanUtil.convert(entity,TenantRQVO.class);
348 vo.setTenantType(null); 348 vo.setTenantType(null);
349 vo.setPersonIncharge(entity.getJuridicalPerson()); 349 vo.setPersonIncharge(entity.getJuridicalPerson());
350 vo.setBizState("Y");
350 personelFeign.authTenant(vo); 351 personelFeign.authTenant(vo);
351 } 352 }
352 // 同步更新审批状态 353 // 同步更新审批状态
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!