更新:添加岗位匹配简历接口,补充工作经历,技能。

This commit is contained in:
chenyanchang
2026-06-27 12:48:54 +08:00
parent 803e8f3fcc
commit ba2f73d3b8
3 changed files with 23 additions and 3 deletions

View File

@@ -68,5 +68,5 @@ public interface JobMapper extends BaseMapper<Job> {
//删除岗位
Long delRowWork();
List<AppUser> getRecommendAppUser(@Param("jobId") Long jobId);
List<AppUser> getRecommendByJobId(@Param("jobId") Long jobId);
}