44af5973 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 391da1a6
......@@ -324,6 +324,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
//新增会员时guid必须保证为空
vo.setGuid(null);
vo.setTenantType(null);
vo.setContactTel(entity.getContactTel());
vo.setBizGuid(dto.getBizGuid());
vo.setPersonIncharge(entity.getJuridicalPerson());
vo.setBizState("Y");
......@@ -332,7 +333,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
vo.setCity(entity.getCity());
vo.setDistrict(entity.getDistrict());
vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson()));
vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict()));
personelFeign.authTenant(vo).getData();
}
else{
......@@ -411,10 +412,6 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
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!