From fcf75123c34c3bd474401ecedc7b4b018d21d7b0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Aug 2024 18:53:59 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6Smart-ccc?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E6=95=B0=E6=8D=AE,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ccc-chat记录/cust_chat_ccc_record_agi.sql | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_chat/ccc-chat记录/cust_chat_ccc_record_agi.sql b/dev/workflow/TK_Cust/smart_ccc_chat/ccc-chat记录/cust_chat_ccc_record_agi.sql index 6f641e0..8f2ece5 100644 --- a/dev/workflow/TK_Cust/smart_ccc_chat/ccc-chat记录/cust_chat_ccc_record_agi.sql +++ b/dev/workflow/TK_Cust/smart_ccc_chat/ccc-chat记录/cust_chat_ccc_record_agi.sql @@ -4,11 +4,11 @@ /*Brilliance stems from wisdoms. */ /*************Head Section**************************************************************************/ /*Script Use: Periodically load data to :cust_chat_ccc_record(ccc-chat记录) */ -/*Create Date:2024-08-14 14:01:25 */ +/*Create Date:2024-08-20 18:53:40 */ /*SDM Developed By: dev */ /*SDM Developed Date: 2024-08-14 */ /*SDM Checked By: dev */ -/*SDM Checked Date: 2024-08-14 */ +/*SDM Checked Date: 2024-08-20 */ /*Script Developed By: dev */ /*Script Checked By: dev */ /*Source table 1: :PDMDB.t01_ccc_chat_record */ @@ -41,6 +41,7 @@ ON COMMIT PRESERVE ROWS; /*****************************************************************************************************/ /* GROUP 1:Source Table:t01_ccc_chat_record***********************************************************/ /*****************************************************************************************************/ + INSERT INTO cust_chat_ccc_record_agi_CUR_I ( chat_unique_id /*在线客服会话ID*/ ,contact_channel /*接入渠道*/ @@ -154,6 +155,8 @@ SELECT ,'t01_ccc_chat_record' /*Src_Table*/ FROM :PDMDB.t01_ccc_chat_record p0 +where p0 .app_namecontact_ in ('CN官网','TW官网','Susan Jiang','泰克科技 Joe Liu','Lily Cao','Kuang Chunyu','Tina Zhang') + ;