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

This commit is contained in:
root 2025-02-18 16:17:20 +08:00
parent 9198ae629c
commit af91a54ef7
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
/*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :t01_ccc_chat_record(smartccc会话记录) */
/*Create Date:2025-02-10 12:43:51 */
/*Create Date:2025-02-18 16:16:43 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-07-18 */
/*SDM Checked By: dev */
/*SDM Checked Date: 2025-02-10 */
/*SDM Checked Date: 2025-02-18 */
/*Script Developed By: dev */
/*Script Checked By: dev */
/*Source table 1: p10_sa.s98_s_tr_chat_records_new */
@ -125,7 +125,7 @@ SELECT
,to_timestamp(p0.start_time::bigint)::timestamp(0) /*join_queue_time*/
,to_timestamp(p0.start_time::bigint)::timestamp(0) /*bridge_time*/
,COALESCE(TRIM(CAST(p0.session_tags AS varchar(10))),'') /*session_type*/
,COALESCE(TRIM(CAST(p0.is_valid_name AS varchar(10))),'') /*chat_valid_session*/
,COALESCE(TRIM(CAST(p0.receive_type_name AS varchar(10))),'') /*chat_valid_session*/
,COALESCE(TRIM(CAST(p0.has_comment AS varchar(10))),'') /*comment_session*/
,'' /*invitation_initiator*/
,'' /*satisfaction_keys*/