фикс
This commit is contained in:
parent
341eaad58b
commit
378ce40cab
1 changed files with 5 additions and 2 deletions
|
|
@ -136,8 +136,11 @@ and recruitment_id = '${IDM_ID}';
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
<connection>ervu-dashboard</connection>
|
<connection>ervu-dashboard</connection>
|
||||||
|
<delete_field/>
|
||||||
<execute_each_row>Y</execute_each_row>
|
<execute_each_row>Y</execute_each_row>
|
||||||
|
<insert_field/>
|
||||||
<quoteString>N</quoteString>
|
<quoteString>N</quoteString>
|
||||||
|
<read_field/>
|
||||||
<replace_variables>Y</replace_variables>
|
<replace_variables>Y</replace_variables>
|
||||||
<set_params>N</set_params>
|
<set_params>N</set_params>
|
||||||
<single_statement>N</single_statement>
|
<single_statement>N</single_statement>
|
||||||
|
|
@ -145,10 +148,11 @@ and recruitment_id = '${IDM_ID}';
|
||||||
SET status = 'SUCCESS',
|
SET status = 'SUCCESS',
|
||||||
execution_end_datetime = current_timestamp
|
execution_end_datetime = current_timestamp
|
||||||
WHERE job_name = '${JOB_NAME}'
|
WHERE job_name = '${JOB_NAME}'
|
||||||
and recruitment_id = '${IDM_ID}
|
and recruitment_id = '${IDM_ID}'
|
||||||
and status = 'PROCESSING';
|
and status = 'PROCESSING';
|
||||||
|
|
||||||
</sql>
|
</sql>
|
||||||
|
<update_field/>
|
||||||
<attributes/>
|
<attributes/>
|
||||||
<GUI>
|
<GUI>
|
||||||
<xloc>1264</xloc>
|
<xloc>1264</xloc>
|
||||||
|
|
@ -268,7 +272,6 @@ VALUES (DEFAULT, '${JOB_NAME}', 'PROCESSING', DEFAULT, null, '${IDM_ID}');
|
||||||
</partitioning>
|
</partitioning>
|
||||||
<connection>ervu-dashboard</connection>
|
<connection>ervu-dashboard</connection>
|
||||||
<execute_each_row>N</execute_each_row>
|
<execute_each_row>N</execute_each_row>
|
||||||
<limit/>
|
|
||||||
<sql>SELECT
|
<sql>SELECT
|
||||||
ri.recruit_id,
|
ri.recruit_id,
|
||||||
NULLIF(p.passport_data->>'nomDok', '') AS passport_number,
|
NULLIF(p.passport_data->>'nomDok', '') AS passport_number,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue