add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
bddb7d3da6
commit
f5720648c2
|
@ -39,6 +39,7 @@ insert into p10_sa.S98_S_tr_chat_messages_new
|
|||
from p00_tal.S98_S_tr_chat_messages_new
|
||||
;
|
||||
delete from p12_sfull.S98_S_tr_chat_messages_new
|
||||
where main_unique_id in (select main_unique_id from p10_sa.S98_S_tr_chat_messages_new)
|
||||
;
|
||||
;
|
||||
insert into p12_sfull.S98_S_tr_chat_messages_new
|
||||
|
|
|
@ -103,6 +103,7 @@ insert into p10_sa.S98_S_tr_chat_records_new
|
|||
from p00_tal.S98_S_tr_chat_records_new
|
||||
;
|
||||
delete from p12_sfull.S98_S_tr_chat_records_new
|
||||
where main_unique_id in (select main_unique_id from p10_sa.S98_S_tr_chat_records_new)
|
||||
;
|
||||
;
|
||||
insert into p12_sfull.S98_S_tr_chat_records_new
|
||||
|
|
Loading…
Reference in New Issue