add workflow 泰克CRM,dev
This commit is contained in:
parent
d39880e31f
commit
24b7776ca5
|
@ -4,11 +4,11 @@
|
|||
/*Brilliance stems from wisdoms. */
|
||||
/*************Head Section**************************************************************************/
|
||||
/*Script Use: Periodically load data to :cust_contact_mapping(客户联系方式映射) */
|
||||
/*Create Date:2024-09-18 17:42:09 */
|
||||
/*Create Date:2024-10-25 15:45:54 */
|
||||
/*SDM Developed By: dev */
|
||||
/*SDM Developed Date: 2024-01-19 */
|
||||
/*SDM Checked By: dev */
|
||||
/*SDM Checked Date: 2024-09-18 */
|
||||
/*SDM Checked Date: 2024-10-25 */
|
||||
/*Script Developed By: dev */
|
||||
/*Script Checked By: dev */
|
||||
/*Source table 1: p30_common.d_scrm_contact */
|
||||
|
@ -99,6 +99,7 @@ union all
|
|||
select case when mobile_phone ~ '^1[3-9]\d{9}$' then mobile_phone
|
||||
else full_name
|
||||
end user_id,udesk_contact,'Udesk' from p30_common.d_udesk_contact)p1
|
||||
where p1.user_id<>''
|
||||
group by user_id) p0
|
||||
LEFT JOIN :COMMDB.cust_contact_mapping p1
|
||||
ON p1.user_id=p0 .user_id
|
||||
|
|
Loading…
Reference in New Issue