add workflow 天润Smart-ccc会话数据,dev

This commit is contained in:
root 2025-02-06 11:48:07 +08:00
parent bddb7d3da6
commit f5720648c2
2 changed files with 242 additions and 240 deletions

View File

@ -39,6 +39,7 @@ insert into p10_sa.S98_S_tr_chat_messages_new
from p00_tal.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 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 insert into p12_sfull.S98_S_tr_chat_messages_new

View File

@ -103,6 +103,7 @@ insert into p10_sa.S98_S_tr_chat_records_new
from p00_tal.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 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 insert into p12_sfull.S98_S_tr_chat_records_new