This commit is contained in:
张成
2025-11-24 13:23:42 +08:00
commit 5d7444cd65
156 changed files with 50653 additions and 0 deletions

20
_doc/主流程.md Normal file
View File

@@ -0,0 +1,20 @@
# handleAutoDeliverTask ,自动投递岗位
1. 如果 2 小时之内没有获取在线简历 ,则重新获取一下在线简历,没有创建,有则更新
2. 获取职位列表, 按照用户 简历的信息resume_info 中的 skills expectedLocation expectedSalary expectedPosition workYears education location 和 职位类型 job_types 中的 年龄薪资距离职位的位置commonSkillsexcludeKeywords
user_longitude
user_longitude
job_postings和 经纬度 做距离匹配 ,按照 用户中可以配置 is_salary_priority 优先级 按照权重 占比 过滤
defaultValue: [ { "key": "distance", "weight": 50 }, { "key": "salary", "weight": 20 }, { "key": "work_years", "weight": 10 }, { "key": "education", "weight": 20} ]
3.投递合适匹配的岗位