【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment