add workflow 客户地址信息提取,dev

This commit is contained in:
root 2025-12-05 17:27:18 +08:00
parent 0e1154e4aa
commit 4cc2953823
1 changed files with 2 additions and 2 deletions

View File

@ -319,9 +319,9 @@ def main():
# 初始化
db_manager = DatabaseManager(db_config)
custom_query = """
select dw_account,address_detail from p99_temp.address_city
select dw_account as id ,address_detail as address from p99_temp.address_city
where dw_account not in (select account_id from p70_ai_intelligence.agent_address_complete)
limit 100
"""
try: