add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-26 13:40:45 +08:00
parent 428dbcc243
commit 40c5ffcca6
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ WHERE ds.dataset_id = 'b1b53be2-3407-445f-b7a4-a6e2c717963d'
AND ds.enabled
AND ds.created_at >= NOW() - INTERVAL '48 hours'
GROUP BY ds.document_id
limit 5
"""
try:

View File

@ -284,7 +284,7 @@ WHERE ds.dataset_id = '8d65631e-0aaf-41b4-be15-7dacb7529dd8'
AND ds.enabled
AND ds.created_at >= NOW() - INTERVAL '48 hours'
GROUP BY ds.document_id
limit 5
"""
try: