add workflow 泰克客户,dev
This commit is contained in:
parent
d99ef7f6f7
commit
454a9b3123
|
@ -4,7 +4,7 @@
|
|||
/*Brilliance stems from wisdoms. */
|
||||
/*************Head Section**************************************************************************/
|
||||
/*Script Use: Periodically load data to :t01_crm_raw_leads(CRM原始线索) */
|
||||
/*Create Date:2024-05-10 16:33:32 */
|
||||
/*Create Date:2024-05-10 16:39:49 */
|
||||
/*SDM Developed By: dev */
|
||||
/*SDM Developed Date: 2024-01-12 */
|
||||
/*SDM Checked By: dev */
|
||||
|
@ -65,7 +65,7 @@ SELECT
|
|||
COALESCE(TRIM(CAST(p0.tek_contactnumber AS varchar(20))),'') /*crm_contact_account*/
|
||||
,COALESCE(TRIM(CAST(p0.tek_leadnumber AS varchar(20))),'') /*lead_number*/
|
||||
,COALESCE(TRIM(CAST(p0.fullname AS varchar(50))),'') /*name*/
|
||||
,COALESCE(TO_TIMESTAMP(CAST(p0.createdon AS VARCHAR(19)),'YYYY/MM/DD HH24:mi'),TO_TIMESTAMP('19000102','YYYYMMDD')) /*create_time*/
|
||||
,COALESCE(TO_TIMESTAMP(CAST(p0.createdon AS VARCHAR(19)),'YYYY/MM/DD HH24:mi:ss'),TO_TIMESTAMP('19000102','YYYYMMDD')) /*create_time*/
|
||||
,COALESCE(TRIM(CAST(p0.companyname AS varchar(50))),'') /*company_name*/
|
||||
,COALESCE(TRIM(CAST(p0.emailaddress1 AS varchar(50))),'') /*email*/
|
||||
,COALESCE(TRIM(CAST(p0.mobilephone AS varchar(20))),'') /*mobile_phone*/
|
||||
|
|
Loading…
Reference in New Issue