1
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user