4410cab8 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent ef40bc86
...@@ -331,7 +331,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -331,7 +331,7 @@ 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())); 334 vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict()));
335 if(CollectionUtils.isEmpty(ChangeInfoUtil.areaList)){ 335 if(CollectionUtils.isEmpty(ChangeInfoUtil.areaList)){
336 ChangeInfoUtil.areaList = configureFeign.getBoroughCodeName().getData(); 336 ChangeInfoUtil.areaList = configureFeign.getBoroughCodeName().getData();
337 } 337 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!