add workflow 天润Smart-ccc工单数据,dev
This commit is contained in:
parent
cb623b997e
commit
2cbed36570
|
@ -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' ,
|
||||||
|
|
Loading…
Reference in New Issue