@@ -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);
}