add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-12-11 11:45:50 +08:00
parent f88226a82f
commit 42b59b70b4
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ def main():
# 初始化
db_manager = DatabaseManager(db_config)
custom_query = """ WITH numbered_urls AS (
SELECT
SELECT distinct
web_url,
(ROW_NUMBER() OVER (ORDER BY web_url) - 1) / 5 as batch_num
FROM p70_ai_intelligence.t_channel