add workflow 泰克客户,dev

This commit is contained in:
root 2024-09-12 22:05:46 +08:00
parent 63242f0081
commit b997c4c2a8
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_udesk_record(Udesk记录) */
/*Create Date:2024-09-02 11:38:45 */
/*Create Date:2024-09-12 22:05:17 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-01-15 */
/*SDM Checked By: dev */
/*SDM Checked Date: 2024-09-02 */
/*SDM Checked Date: 2024-09-12 */
/*Script Developed By: dev */
/*Script Checked By: dev */
/*Source table 1: p10_sa.s98_s_udesk_record */
@ -88,7 +88,7 @@ SELECT
,COALESCE(TRIM(CAST(p0.call_id AS varchar(50))),'') /*call_id*/
,COALESCE(TRIM(CAST(p0.source AS varchar(50))),'') /*udesk_source*/
FROM p10_sa.s98_s_udesk_record p0
FROM (select distinct on (record_time,duration,type,call_id) * from p10_sa.s98_s_udesk_record p1) p0
where call_result is not null
;