add workflow Append-客户信息补全,dev

This commit is contained in:
root 2025-12-08 17:32:30 +08:00
parent a0498d1e45
commit 1e3a705d0d
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ t1.address as address2
where ((t1.city not like t2.city_name||'%' and t2.city_name <>'') or t1.account not like t2.name||'%')
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
limit 100
limit 800
"""
try: