소스 검색

BUG修改

xiao547607 4 년 전
부모
커밋
fd20799081
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      web/src/main/java/com/jpsoft/employment/modules/mobile/controller/RecruitmentApiController.java

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

@@ -218,6 +218,9 @@ public class RecruitmentApiController {
             String educationN = dataDictionaryService.getName(recruitment.getEducation());
             recruitment.setEducationName(educationN);
 
+            WorkCategory workCategory = workCategoryService.get(recruitment.getPosition());
+            recruitment.setPositionName(workCategory.getName());
+
             //热度
 //            int heatNum = userBrowseService.findNumberByRId(recruitment.getId());
 //            if(heatNum < 0 ){