Files
autoAiWorkSys/_doc/主流程.md
张成 5d7444cd65 1
2025-11-24 13:23:42 +08:00

21 lines
837 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.投递合适匹配的岗位