add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
1265618d3c
commit
ef9ed3bcb4
|
@ -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-20 18:56:42 */
|
/*Create Date:2024-08-20 19:00: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 */
|
||||||
|
@ -123,7 +123,7 @@ and p1.rn=1
|
||||||
LEFT JOIN :PDMDB.t99_ccc_code p2
|
LEFT JOIN :PDMDB.t99_ccc_code p2
|
||||||
ON p2.code_type ='chat_contact_channel'
|
ON p2.code_type ='chat_contact_channel'
|
||||||
and p0.contact_channel =p2.data_code
|
and p0.contact_channel =p2.data_code
|
||||||
where p0 .chat_duration_type <>'9'
|
where p0 .chat_duration_type not in ('9','')
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue