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

This commit is contained in:
root 2024-08-22 17:04:19 +08:00
parent 0ccf2455ed
commit bf0e0675ca
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:2024-08-22 15:17:11 */ /*Create Date:2024-08-22 17:02: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 */
@ -169,7 +169,7 @@ SELECT
,'' /*contact_channel*/ ,'' /*contact_channel*/
,'' /*contact_app_id*/ ,'' /*contact_app_id*/
,p1.group_name /*app_name*/ ,p1.group_name /*app_name*/
,p1.group_name /*group_name*/ ,case when p1.group_name like 'Tai%' then 'TW' when p1.group_name like '%China%' then 'CN' else p1.group_name end /*group_name*/
,p1.pre_chat_service /*queue_name*/ ,p1.pre_chat_service /*queue_name*/
,p0."event" /*service_name*/ ,p0."event" /*service_name*/
,p1.chat_creation_time /*start_time*/ ,p1.chat_creation_time /*start_time*/