【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
2 additions
and
5 deletions
| ... | @@ -324,6 +324,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -324,6 +324,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 324 | //新增会员时guid必须保证为空 | 324 | //新增会员时guid必须保证为空 |
| 325 | vo.setGuid(null); | 325 | vo.setGuid(null); |
| 326 | vo.setTenantType(null); | 326 | vo.setTenantType(null); |
| 327 | vo.setContactTel(entity.getContactTel()); | ||
| 327 | vo.setBizGuid(dto.getBizGuid()); | 328 | vo.setBizGuid(dto.getBizGuid()); |
| 328 | vo.setPersonIncharge(entity.getJuridicalPerson()); | 329 | vo.setPersonIncharge(entity.getJuridicalPerson()); |
| 329 | vo.setBizState("Y"); | 330 | vo.setBizState("Y"); |
| ... | @@ -332,7 +333,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -332,7 +333,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 332 | vo.setCity(entity.getCity()); | 333 | vo.setCity(entity.getCity()); |
| 333 | vo.setDistrict(entity.getDistrict()); | 334 | vo.setDistrict(entity.getDistrict()); |
| 334 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); | 335 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); |
| 335 | 336 | vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); | |
| 336 | personelFeign.authTenant(vo).getData(); | 337 | personelFeign.authTenant(vo).getData(); |
| 337 | } | 338 | } |
| 338 | else{ | 339 | else{ |
| ... | @@ -411,10 +412,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -411,10 +412,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 411 | tenantVO.setContacts(vo.getContacts()); | 412 | tenantVO.setContacts(vo.getContacts()); |
| 412 | tenantVO.setContactTel(vo.getContactTel()); | 413 | tenantVO.setContactTel(vo.getContactTel()); |
| 413 | tenantVO.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); | 414 | tenantVO.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); |
| 414 | if(CollectionUtils.isEmpty(ChangeInfoUtil.areaList)){ | ||
| 415 | ChangeInfoUtil.areaList = configureFeign.getBoroughCodeName().getData(); | ||
| 416 | } | ||
| 417 | tenantVO.setVenue(ChangeInfoUtil.getVenue(vo.getProvince(),vo.getCity(),vo.getDistrict())); | ||
| 418 | tenantVO.setTenantLicList(getTenantLicList(vo.getBusinessLicenseJson())); | 415 | tenantVO.setTenantLicList(getTenantLicList(vo.getBusinessLicenseJson())); |
| 419 | personelFeign.changeUpdate(tenantVO); | 416 | personelFeign.changeUpdate(tenantVO); |
| 420 | } | 417 | } | ... | ... |
-
Please register or sign in to post a comment