xiao547607 před 3 roky
rodič
revize
ac3985310b

+ 1 - 0
web/src/main/java/com/jpsoft/employment/modules/mobile/controller/RecruitmentApiController.java

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