add workflow 泰克CRM,dev
This commit is contained in:
parent
29eda82c00
commit
81b8347620
|
@ -4,7 +4,7 @@
|
|||
/*Brilliance stems from wisdoms. */
|
||||
/*************Head Section**************************************************************************/
|
||||
/*Script Use: Periodically load data to :cust_contact_mapping(客户联系方式映射) */
|
||||
/*Create Date:2025-10-17 14:14:34 */
|
||||
/*Create Date:2025-10-17 14:26:00 */
|
||||
/*SDM Developed By: dev */
|
||||
/*SDM Developed Date: 2024-01-19 */
|
||||
/*SDM Checked By: dev */
|
||||
|
@ -131,7 +131,7 @@ from (select ccm.contact_id,string_agg(ccm.partner_contact,',')||','||string_agg
|
|||
inner join p30_common.d_jdy_contact_info p2
|
||||
on ccm.contact_id =p2.dw_contact_id
|
||||
group by ccm.contact_id) p1
|
||||
where cust_contact_mapping.contact_id=p1.contact_id;
|
||||
where cust_contact_mapping_agi_CUR_I.contact_id=p1.contact_id;
|
||||
/*从目标表中删除所有数据 cust_contact_mapping(客户联系方式映射) */
|
||||
DELETE FROM :COMMDB.cust_contact_mapping
|
||||
WHERE ETL_JOB=:ETLJOB;
|
||||
|
|
Loading…
Reference in New Issue