From 77ee32efc18a2855303ec2474bae0fadefcd3c01 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Sep 2025 14:49:03 +0800 Subject: [PATCH] =?UTF-8?q?add=20workflow=20=E5=A4=A9=E6=B6=A6dynamic?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=90=8C=E6=AD=A5,dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smartccc工单信息集成/f_ccc_work_ticket_integ_agi.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/workflow/TK_Cust/smart_ccc_dynamic_email/smartccc工单信息集成/f_ccc_work_ticket_integ_agi.sql b/dev/workflow/TK_Cust/smart_ccc_dynamic_email/smartccc工单信息集成/f_ccc_work_ticket_integ_agi.sql index 0dd350f..7d355d2 100644 --- a/dev/workflow/TK_Cust/smart_ccc_dynamic_email/smartccc工单信息集成/f_ccc_work_ticket_integ_agi.sql +++ b/dev/workflow/TK_Cust/smart_ccc_dynamic_email/smartccc工单信息集成/f_ccc_work_ticket_integ_agi.sql @@ -4,7 +4,7 @@ /*Brilliance stems from wisdoms. */ /*************Head Section**************************************************************************/ /*Script Use: Periodically load data to :f_ccc_work_ticket_integ(smartccc工单信息集成) */ -/*Create Date:2025-09-19 14:39:59 */ +/*Create Date:2025-09-19 14:48:48 */ /*SDM Developed By: dev */ /*SDM Developed Date: 2024-07-09 */ /*SDM Checked By: dev */ @@ -208,7 +208,7 @@ WHERE jsonb_extract_path_text(field, 'id')::int = 299137),'') /*LEAD_PROD ,TO_DATE(:TXDATE,'YYYYMMDD') /*Etl_First_Dt*/ ,current_timestamp(0) /*Etl_Proc_Dt*/ ,0 /*Etl_Batch_No*/ - ,,case when p1.tel='' then '' else trim(leading '0' from coalesce(find_first_not_phone_number(replace(replace(replace(p1.tel,'"',''),'[','{'),']','}')::text[]),'')) end /*second_mobile_number*/ + ,case when p1.tel='' then '' else trim(leading '0' from coalesce(find_first_not_phone_number(replace(replace(replace(p1.tel,'"',''),'[','{'),']','}')::text[]),'')) end /*second_mobile_number*/ ,'' /*company_phone_number*/ ,coalesce(p3.district,'') /*district*/