add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
10cbcd8541
commit
2db9155c97
|
@ -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*/
|
||||||
|
|
Loading…
Reference in New Issue