add workflow 天润dynamic邮件同步,dev

This commit is contained in:
root 2025-01-13 14:31:36 +08:00
parent 95ad1867e1
commit 5cf4f99821
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
insert into p61_output.ccc_work_ticket_email_list
select * from p30_common.f_ccc_work_ticket_integ
where etl_batch_no ='0' and suffix not in (select suffix from p61_output.ccc_work_ticket_email_list);
where etl_batch_no ='0' and suffix in (select suffix from p61_output.v_f_ccc_dynamics_template);
\q