1f0ff2ba by 肖初晴

【DAOP-1.0】企业认证

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