add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-28 11:37:12 +08:00
parent 17a50597c5
commit 794b0798c9
1 changed files with 4 additions and 2 deletions

View File

@ -187,8 +187,10 @@ def main():
if flag:
# 初始化
db_manager = DatabaseManager(db_config)
custom_query = """ SELECT company_name FROM p70_ai_intelligence.v_ai_tek_correlation_company_list where etl_proc_dt > current_date - interval '3 days'
"""
#custom_query = """ SELECT company_name FROM p70_ai_intelligence.v_ai_tek_correlation_company_list where etl_proc_dt > current_date - interval '3 days'
#"""
custom_query = """select "客户名称" from p99_temp.tk_product_prefer_list"""
try:
# 从数据库获取URL列表