|
|
@@ -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 ){
|