add workflow 天润dynamic邮件同步,dev
This commit is contained in:
parent
b5785cd1b1
commit
63242f0081
|
@ -4,11 +4,11 @@
|
|||
/*Brilliance stems from wisdoms. */
|
||||
/*************Head Section**************************************************************************/
|
||||
/*Script Use: Periodically load data to :f_ccc_work_ticket_integ(smartccc工单信息集成) */
|
||||
/*Create Date:2024-08-16 19:00:26 */
|
||||
/*Create Date:2024-09-10 18:23:10 */
|
||||
/*SDM Developed By: dev */
|
||||
/*SDM Developed Date: 2024-07-09 */
|
||||
/*SDM Checked By: dev */
|
||||
/*SDM Checked Date: 2024-08-16 */
|
||||
/*SDM Checked Date: 2024-09-10 */
|
||||
/*Script Developed By: dev */
|
||||
/*Script Checked By: dev */
|
||||
/*Source table 1: :PDMDB.t01_ccc_cust_info */
|
||||
|
@ -98,7 +98,7 @@ INSERT INTO f_ccc_work_ticket_integ_agi_CUR_I (
|
|||
,Etl_Batch_No /*作业批次号*/
|
||||
)
|
||||
SELECT
|
||||
case when coalesce(p0.start_form::json->>'formName','') ='选型报价_Outbound' then '44962X449662'
|
||||
case when coalesce(p0.start_form::json->>'formName','') ='选型报价_Outbound' then '449662X449662'
|
||||
else coalesce(case when p0."source" ='0' then '305972X317938'
|
||||
when p0."source" ='11' then '445769X445769'
|
||||
else '401890X401890' end,'') end /*PEXTENSION_CODE*/
|
||||
|
|
Loading…
Reference in New Issue