add workflow 泰克客户,dev

This commit is contained in:
root 2024-04-29 11:36:41 +08:00
parent 08dcfc4bf6
commit 371005918b
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 :d_udesk_contact(Udesk联系信息) */
/*Create Date:2024-04-29 11:26:48 */
/*Create Date:2024-04-29 11:36:00 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-04-29 */
/*SDM Checked By: dev */
@ -78,7 +78,7 @@ SELECT
,Substr('t01_udesk_record',1,3) /*src_sysname*/
,'t01_udesk_record' /*src_table*/
FROM (select distinct on (call_id) * from :PDMDB.t01_udesk_contact) p0
FROM (select distinct on (call_id) * from :PDMDB.t01_udesk_record) p0
;