1f0ff2ba by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 909c7905
...@@ -328,11 +328,11 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -328,11 +328,11 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
328 vo.setPersonIncharge(entity.getJuridicalPerson()); 328 vo.setPersonIncharge(entity.getJuridicalPerson());
329 vo.setBizState("Y"); 329 vo.setBizState("Y");
330 vo.setRegistrationDate(DateUtil.getDateToLocal(entity.getRegistrationDate())); 330 vo.setRegistrationDate(DateUtil.getDateToLocal(entity.getRegistrationDate()));
331 vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson()));
332 vo.setCompanyAddress(String.format("%s/%s/%s",entity.getProvince(),entity.getCity(),entity.getDistrict()));
331 vo.setProvince(null); 333 vo.setProvince(null);
332 vo.setCity(null); 334 vo.setCity(null);
333 vo.setDistrict(null); 335 vo.setDistrict(null);
334 vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson()));
335 vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict()));
336 personelFeign.authTenant(vo).getData(); 336 personelFeign.authTenant(vo).getData();
337 } 337 }
338 else{ 338 else{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!