add workflow Append-客户信息补全,dev
This commit is contained in:
parent
1e3a705d0d
commit
102af8f283
|
|
@ -348,7 +348,8 @@ t1.address as address2
|
||||||
where ((t1.city not like t2.city_name||'%' and t2.city_name <>'') or t1.account not like t2.name||'%')
|
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)
|
and t2.name not in (select search from p70_ai_intelligence.agent_account_info_append)
|
||||||
|
|
||||||
limit 800
|
order by t2.dw_account
|
||||||
|
limit 500
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue