From bf0e0675caf1b3bd37bfde3982b0ad515a5ace74 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Aug 2024 17:04:19 +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客户会话记录信息/cust_chat_record_info_agi.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_chat/ccc客户会话记录信息/cust_chat_record_info_agi.sql b/dev/workflow/TK_Cust/smart_ccc_chat/ccc客户会话记录信息/cust_chat_record_info_agi.sql index 5bc9384..9398fa1 100644 --- a/dev/workflow/TK_Cust/smart_ccc_chat/ccc客户会话记录信息/cust_chat_record_info_agi.sql +++ b/dev/workflow/TK_Cust/smart_ccc_chat/ccc客户会话记录信息/cust_chat_record_info_agi.sql @@ -4,7 +4,7 @@ /*Brilliance stems from wisdoms. */ /*************Head Section**************************************************************************/ /*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 Date: 2024-08-14 */ /*SDM Checked By: dev */ @@ -169,7 +169,7 @@ SELECT ,'' /*contact_channel*/ ,'' /*contact_app_id*/ ,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*/ ,p0."event" /*service_name*/ ,p1.chat_creation_time /*start_time*/