add workflow 天润Smart-ccc通话记录,dev

This commit is contained in:
root 2024-08-20 19:12:10 +08:00
parent f97047fea8
commit 7eaf36667e
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :t01_ccc_ib_record(smartccc呼入记录) */
/*Create Date:2024-08-20 19:06:40 */
/*Create Date:2024-08-20 19:11:55 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-07-19 */
/*SDM Checked By: dev */
@ -113,7 +113,7 @@ SELECT
,COALESCE(TRIM(CAST(p0.tag_names AS varchar(20))),'') /*ib_tag*/
,COALESCE(TRIM(CAST(p0.webrtc_call_id AS varchar(50))),'') /*webrtc_call_id*/
,p1.sip_cause_desc /*sip_cause_desc*/
,p1.call_type /*call_type*/
,p1.detail_call_type /*call_type*/
,COALESCE(TRIM(p0.record_file),'') /*record_file*/
,COALESCE(TRIM(CAST(p0.on_hook_source AS varchar(20))),'') /*on_hook_source*/
,COALESCE(TRIM(CAST(p0.investigation_keys AS varchar(20))),'') /*investigation_keys*/