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

This commit is contained in:
root 2025-02-18 16:33:58 +08:00
parent 10cbcd8541
commit 2db9155c97
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*Brilliance stems from wisdoms. */ /*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/ /*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :cust_chat_record_info(ccc客户会话记录信息) */ /*Script Use: Periodically load data to :cust_chat_record_info(ccc客户会话记录信息) */
/*Create Date:2025-02-18 16:30:41 */ /*Create Date:2025-02-18 16:33:39 */
/*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 */
@ -79,7 +79,7 @@ INSERT INTO cust_chat_record_info_agi_CUR_I (
,Src_Table /*来源表*/ ,Src_Table /*来源表*/
) )
SELECT SELECT
p0.contact_account /*chat_unique_id*/ COALESCE(TRIM(p0.chat_unique_id),'') /*chat_unique_id*/
,'Smart CCC' /*chat_channel*/ ,'Smart CCC' /*chat_channel*/
,coalesce(p2.data_detail,'') /*contact_channel*/ ,coalesce(p2.data_detail,'') /*contact_channel*/
,COALESCE(TRIM(p0.contact_app_id),'') /*contact_app_id*/ ,COALESCE(TRIM(p0.contact_app_id),'') /*contact_app_id*/