bb10c005 by 肖初晴

【DAOP-1.0】企业认证

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