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

This commit is contained in:
root 2025-12-10 17:11:26 +08:00
parent d359184108
commit f88226a82f
2 changed files with 4 additions and 3 deletions

View File

@ -349,8 +349,8 @@ t1.address as address2
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append) and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
order by t2.dw_account order by t2.dw_account
offset 1500 offset 4000
limit 1500 limit 1000
""" """
try: try:

View File

@ -349,7 +349,8 @@ t1.address as address2
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append) and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
order by t2.dw_account order by t2.dw_account
offset 8800 offset 3000
limit 1000
""" """