add workflow 泰克客户,dev

This commit is contained in:
root 2024-05-13 14:01:43 +08:00
parent 6bb31ccc7a
commit c64d868f75
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 :cust_all_info(客户信息) */
/*Create Date:2024-05-06 17:43:39 */
/*Create Date:2024-05-13 14:01:16 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-01-19 */
/*SDM Checked By: dev */
/*SDM Checked Date: 2024-05-06 */
/*SDM Checked Date: 2024-05-13 */
/*Script Developed By: dev */
/*Script Checked By: dev */
/*Source table 1: :COMMDB.d_crm_contact */
@ -90,7 +90,7 @@ SELECT
,COALESCE(p1.industry,'') /*industry*/
,coalesce(p2.mobile_phone_data_ind::text,p3.mobile_phone_data_ind::text,p4.mobile_phone_data_ind::text,'0') /*mobile_phone_data_ind*/
,coalesce(p2.mobile_phone_availability, p3.mobile_phone_availability,p4.mobile_phone_availability,'0') /*mobile_phone_availability*/
,coalesce(p2.email_date_ind::text,p3.email_date_ind::text,p4.email_data_ind::text,'0') /*email_data_ind*/
,coalesce(p2.email_data_ind::text,p3.email_data_ind::text,p4.email_data_ind::text,'0') /*email_data_ind*/
,coalesce(p2.email_availability , p3.email_availability,p4.email_availability,'0') /*email_availability*/
,coalesce(p5.active_time,'1900-01-01') /*crm_active_time*/
,coalesce(p6.active_time,'1900-01-01') /*scrm_active_time*/