add workflow Append-客户信息补全,dev
This commit is contained in:
parent
d359184108
commit
f88226a82f
|
|
@ -349,8 +349,8 @@ t1.address as address2
|
|||
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
|
||||
|
||||
order by t2.dw_account
|
||||
offset 1500
|
||||
limit 1500
|
||||
offset 4000
|
||||
limit 1000
|
||||
"""
|
||||
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -349,7 +349,8 @@ t1.address as address2
|
|||
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
|
||||
|
||||
order by t2.dw_account
|
||||
offset 8800
|
||||
offset 3000
|
||||
limit 1000
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue