瀏覽代碼

BUG修改

xiao547607 3 年之前
父節點
當前提交
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()));