This commit is contained in:
张成
2026-02-28 16:28:28 +08:00
parent 96da90daa8
commit 5ec4e7f440
9 changed files with 242 additions and 127 deletions

View File

@@ -787,8 +787,8 @@ class PlaAccountService {
const sn_code = account.sn_code;
const platform = account.platform_type || 'boss';
// 2. 创建任务记录(使用新的搜索任务类型
const taskType = 'search_jobs';
// 2. 创建任务记录(使用 auto_search与定时任务统一
const taskType = 'auto_search';
const taskName = autoDeliver ? '搜索并投递职位' : '搜索职位列表';
const task = await task_status.create({