add workflow 荟聚API_1,dev
This commit is contained in:
parent
becb82e24a
commit
a1b63a3fdb
|
@ -29,7 +29,7 @@ insert into p10_sa.S98_S_scrm_contact_lastupdated
|
|||
from p00_tal.S98_S_scrm_contact_lastupdated
|
||||
;
|
||||
delete from p12_sfull.S98_S_scrm_contact_lastupdated
|
||||
;
|
||||
where (id) in (select id from p10_sa.S98_S_scrm_contact_lastupdated) ;
|
||||
;
|
||||
insert into p12_sfull.S98_S_scrm_contact_lastupdated
|
||||
( id
|
||||
|
|
|
@ -49,7 +49,7 @@ insert into p10_sa.S98_S_scrm_contact_merge
|
|||
from p00_tal.S98_S_scrm_contact_merge
|
||||
;
|
||||
delete from p12_sfull.S98_S_scrm_contact_merge
|
||||
;
|
||||
where (id) in (select id from p10_sa.S98_S_scrm_contact_merge) ;
|
||||
;
|
||||
insert into p12_sfull.S98_S_scrm_contact_merge
|
||||
( merged_customer_id
|
||||
|
|
Loading…
Reference in New Issue