【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -328,9 +328,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -328,9 +328,9 @@ 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.setProvince(entity.getProvince()); | 331 | vo.setProvince(null); |
| 332 | vo.setCity(entity.getCity()); | 332 | vo.setCity(null); |
| 333 | vo.setDistrict(entity.getDistrict()); | 333 | vo.setDistrict(null); |
| 334 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); | 334 | vo.setTenantLicList(getTenantLicList(entity.getBusinessLicenseJson())); |
| 335 | vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); | 335 | vo.setCompanyAddress(String.format("%s/%s/%s",vo.getProvince(),vo.getCity(),vo.getDistrict())); |
| 336 | personelFeign.authTenant(vo).getData(); | 336 | personelFeign.authTenant(vo).getData(); | ... | ... |
-
Please register or sign in to post a comment