소스 검색

移动端接口:招聘方【收藏简历】增加取消收藏接口

chenwen 4 년 전
부모
커밋
2f24d77dfd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      common/src/main/java/com/jpsoft/employment/modules/job/service/impl/RecruitmentCollectionServiceImpl.java

+ 2 - 2
common/src/main/java/com/jpsoft/employment/modules/job/service/impl/RecruitmentCollectionServiceImpl.java

@@ -89,8 +89,8 @@ public class RecruitmentCollectionServiceImpl implements RecruitmentCollectionSe
 	}
 
 	@Override
-	public boolean updateCancelCollect(String resumeId) {
-		int num=recruitmentCollectionDAO.updateCancelCollect(resumeId);
+	public boolean updateCancelCollect(String resumeId,String hrId) {
+		int num=recruitmentCollectionDAO.updateCancelCollect(resumeId,hrId);
 		return num>0;
 	}
 }