add workflow 客户地址信息提取,dev
This commit is contained in:
parent
4643ca5a9b
commit
aae8bdc82f
|
|
@ -324,7 +324,7 @@ select
|
||||||
dw_account as id ,
|
dw_account as id ,
|
||||||
prov_name || '-' || city_name as city,
|
prov_name || '-' || city_name as city,
|
||||||
address_detail as address
|
address_detail as address
|
||||||
from p99_temp.address_city1
|
from p99_temp.address_city_1
|
||||||
where dw_account not in (select account_id from p70_ai_intelligence.agent_address_complete)
|
where dw_account not in (select account_id from p70_ai_intelligence.agent_address_complete)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue