add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-24 13:44:10 +08:00
parent 845fac831a
commit 57c19cd00a
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def main():
web_url,
(ROW_NUMBER() OVER (ORDER BY web_url) - 1) / 10 as batch_num
FROM p70_ai_intelligence.t_channel
WHERE type = 'News'
WHERE type = 'News' and lower(industry) = 'auto'
)
SELECT
STRING_AGG(web_url, E'\n') as batched_urls