Parcourir la source

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

chenwen il y a 4 ans
Parent
commit
0959796590

+ 4 - 1
common/src/main/java/com/jpsoft/employment/modules/job/dao/RecruitmentCollectionDAO.java

@@ -36,6 +36,9 @@ public interface RecruitmentCollectionDAO {
 	
 	/**
 	 * 招聘方:收藏的简历,取消收藏
+	 * @param resumeId
+	 * @param hrId
+	 * @return
 	 */
-	int updateCancelCollect(String resumeId);
+	int updateCancelCollect(@Param("resumeId") String resumeId,@Param("hrId") String hrId);
 }