修改推荐岗位完成一下几点:
1.根据工作经验推荐相关的岗位4.0分 2.根据投递记录推荐相关的岗位3.0分 3.根据收藏记录推荐相关岗位2.0分
This commit is contained in:
@@ -42,4 +42,6 @@ public interface JobApplyMapper extends BaseMapper<JobApply>
|
||||
int updateJobZphApply(JobApply jobApply);
|
||||
|
||||
JobApply selectByJobIdAndUserId(@Param("jobId") Long jobId, @Param("userId") Long userId);
|
||||
|
||||
List<String> queryApplyNames(@Param("userId") Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user