소스 검색

招聘岗位发布BUG

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

+ 0 - 1
web/src/main/java/com/jpsoft/employment/modules/job/controller/RecruitmentController.java

@@ -156,7 +156,6 @@ public class RecruitmentController {
 
             Recruitment recruitment = recruitmentService.get(id);
 
-            Company company = companyService.get(recruitment.getCompanyId());
             recruitment.setCompanyName(company.getName());
             recruitment.setCompanyLogo(company.getLogo());