【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
0 additions
and
5 deletions
... | @@ -331,11 +331,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -331,11 +331,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
331 | vo.setProvince(entity.getProvince()); | 331 | vo.setProvince(entity.getProvince()); |
332 | vo.setCity(entity.getCity()); | 332 | vo.setCity(entity.getCity()); |
333 | vo.setDistrict(entity.getDistrict()); | 333 | vo.setDistrict(entity.getDistrict()); |
334 | vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); | ||
335 | if(CollectionUtils.isEmpty(ChangeInfoUtil.areaList)){ | ||
336 | ChangeInfoUtil.areaList = configureFeign.getBoroughCodeName().getData(); | ||
337 | } | ||
338 | vo.setVenue(ChangeInfoUtil.getVenue(vo.getProvince(),vo.getCity(),vo.getDistrict())); | ||
339 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); | 334 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); |
340 | 335 | ||
341 | personelFeign.authTenant(vo).getData(); | 336 | personelFeign.authTenant(vo).getData(); | ... | ... |
-
Please register or sign in to post a comment