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

This commit is contained in:
root 2024-08-05 11:25:22 +08:00
parent cb623b997e
commit 2cbed36570
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ select
, (json_array_elements(data::json)::json->>'systemForm') system_form , (json_array_elements(data::json)::json->>'systemForm') system_form
,CURRENT_TIMESTAMP(0) etl_tx_dt ,CURRENT_TIMESTAMP(0) etl_tx_dt
from (select * from data_api.api_data from (select * from data_api.api_data
WHERE api_id='e674961b-1a61-4019-a2e5-1b5fbe0e' and is_loaded = '0' order by request_tm desc limit 1) p )p; WHERE api_id='e674961b-1a61-4019-a2e5-1b5fbe0e' and is_loaded = '0' order by execute_tm desc limit 1) p )p;
update data_api.api_data update data_api.api_data
set is_loaded = '1' , set is_loaded = '1' ,