bb10c005 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 4410cab8
...@@ -415,6 +415,12 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -415,6 +415,12 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
415 tenantVO.setPersonIncharge(vo.getJuridicalPerson()); 415 tenantVO.setPersonIncharge(vo.getJuridicalPerson());
416 tenantVO.setContacts(vo.getContacts()); 416 tenantVO.setContacts(vo.getContacts());
417 tenantVO.setContactTel(vo.getContactTel()); 417 tenantVO.setContactTel(vo.getContactTel());
418 tenantVO.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict()));
419 if(CollectionUtils.isEmpty(ChangeInfoUtil.areaList)){
420 ChangeInfoUtil.areaList = configureFeign.getBoroughCodeName().getData();
421 }
422 tenantVO.setVenue(ChangeInfoUtil.getVenue(vo.getProvince(),vo.getCity(),vo.getDistrict()));
423 tenantVO.setTenantLicList(getTenantLicList(vo.getBusinessLicenseJson()));
418 personelFeign.changeUpdate(tenantVO); 424 personelFeign.changeUpdate(tenantVO);
419 } 425 }
420 426
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!