add workflow 天润Smart-ccc工单数据,dev

This commit is contained in:
root 2024-08-01 10:26:34 +08:00
parent 05ed020373
commit 15b3b5f799
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :t01_ccc_work_ticket_info(smartccc工单信息) */
/*Create Date:2024-08-01 10:25:16 */
/*Create Date:2024-08-01 10:26:08 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-07-08 */
/*SDM Checked By: dev */
@ -150,7 +150,7 @@ SELECT
FROM p10_sa.s98_s_tr_ticket_list p0
LEFT JOIN :SADB.s98_s_tr_ticket_detail p1
ON p1.id=p0.id
where id is not null
where p0.id is not null
;