add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
c0369ff3ff
commit
fcf75123c3
|
@ -4,11 +4,11 @@
|
||||||
/*Brilliance stems from wisdoms. */
|
/*Brilliance stems from wisdoms. */
|
||||||
/*************Head Section**************************************************************************/
|
/*************Head Section**************************************************************************/
|
||||||
/*Script Use: Periodically load data to :cust_chat_ccc_record(ccc-chat记录) */
|
/*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 By: dev */
|
||||||
/*SDM Developed Date: 2024-08-14 */
|
/*SDM Developed Date: 2024-08-14 */
|
||||||
/*SDM Checked By: dev */
|
/*SDM Checked By: dev */
|
||||||
/*SDM Checked Date: 2024-08-14 */
|
/*SDM Checked Date: 2024-08-20 */
|
||||||
/*Script Developed By: dev */
|
/*Script Developed By: dev */
|
||||||
/*Script Checked By: dev */
|
/*Script Checked By: dev */
|
||||||
/*Source table 1: :PDMDB.t01_ccc_chat_record */
|
/*Source table 1: :PDMDB.t01_ccc_chat_record */
|
||||||
|
@ -41,6 +41,7 @@ ON COMMIT PRESERVE ROWS;
|
||||||
/*****************************************************************************************************/
|
/*****************************************************************************************************/
|
||||||
/* GROUP 1:Source Table:t01_ccc_chat_record***********************************************************/
|
/* GROUP 1:Source Table:t01_ccc_chat_record***********************************************************/
|
||||||
/*****************************************************************************************************/
|
/*****************************************************************************************************/
|
||||||
|
|
||||||
INSERT INTO cust_chat_ccc_record_agi_CUR_I (
|
INSERT INTO cust_chat_ccc_record_agi_CUR_I (
|
||||||
chat_unique_id /*在线客服会话ID*/
|
chat_unique_id /*在线客服会话ID*/
|
||||||
,contact_channel /*接入渠道*/
|
,contact_channel /*接入渠道*/
|
||||||
|
@ -154,6 +155,8 @@ SELECT
|
||||||
,'t01_ccc_chat_record' /*Src_Table*/
|
,'t01_ccc_chat_record' /*Src_Table*/
|
||||||
|
|
||||||
FROM :PDMDB.t01_ccc_chat_record p0
|
FROM :PDMDB.t01_ccc_chat_record p0
|
||||||
|
where p0 .app_namecontact_ in ('CN官网','TW官网','Susan Jiang','泰克科技 Joe Liu','Lily Cao','Kuang Chunyu','Tina Zhang')
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue