|
@@ -546,6 +546,7 @@ public class RecruitmentApiController {
|
|
recruitment.setCompanyScaleN(scaleName);
|
|
recruitment.setCompanyScaleN(scaleName);
|
|
String industryN = dataDictionaryService.getName(company.getIndustry());
|
|
String industryN = dataDictionaryService.getName(company.getIndustry());
|
|
recruitment.setCompanyIndustryN(industryN);
|
|
recruitment.setCompanyIndustryN(industryN);
|
|
|
|
+ recruitment.setCompanyLogo(company.getLogo());
|
|
|
|
|
|
recruitment.setWorkYearName(dataDictionaryService.getName(recruitment.getWorkYear()));
|
|
recruitment.setWorkYearName(dataDictionaryService.getName(recruitment.getWorkYear()));
|
|
recruitment.setEducationName(dataDictionaryService.getName(recruitment.getEducation()));
|
|
recruitment.setEducationName(dataDictionaryService.getName(recruitment.getEducation()));
|