fix
This commit is contained in:
parent
7e0f3eea9a
commit
fd73a1525c
4 changed files with 5 additions and 5 deletions
|
|
@ -265,6 +265,7 @@ VALUES (DEFAULT, '${JOB_NAME}', 'PROCESSING', DEFAULT, null, '${IDM_ID}');
|
||||||
</partitioning>
|
</partitioning>
|
||||||
<connection>ervu_person_archive</connection>
|
<connection>ervu_person_archive</connection>
|
||||||
<execute_each_row>N</execute_each_row>
|
<execute_each_row>N</execute_each_row>
|
||||||
|
<limit/>
|
||||||
<sql>SELECT
|
<sql>SELECT
|
||||||
recruit_id,
|
recruit_id,
|
||||||
archivation_reason_id,
|
archivation_reason_id,
|
||||||
|
|
@ -273,7 +274,7 @@ FROM public.recruit_archive
|
||||||
WHERE hidden is false
|
WHERE hidden is false
|
||||||
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
||||||
AND vk_id = '${IDM_ID}'
|
AND vk_id = '${IDM_ID}'
|
||||||
AND '${M_R_CR_DATE}'::timestamp >= ri.created_at
|
AND '${M_R_CR_DATE}'::timestamp >= created_at
|
||||||
</sql>
|
</sql>
|
||||||
<variables_active>Y</variables_active>
|
<variables_active>Y</variables_active>
|
||||||
<attributes/>
|
<attributes/>
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,7 @@ WHERE hidden is false
|
||||||
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
||||||
AND vk_id = '${IDM_ID}'
|
AND vk_id = '${IDM_ID}'
|
||||||
--AND '${M_R_CR_DATE}'::timestamp >= ri.created_at
|
--AND '${M_R_CR_DATE}'::timestamp >= ri.created_at
|
||||||
AND i.updated_at >= '${M_R_UP_DATE}'::timestamp</sql>
|
AND updated_at >= '${M_R_UP_DATE}'::timestamp</sql>
|
||||||
<variables_active>Y</variables_active>
|
<variables_active>Y</variables_active>
|
||||||
<attributes/>
|
<attributes/>
|
||||||
<GUI>
|
<GUI>
|
||||||
|
|
|
||||||
|
|
@ -283,6 +283,7 @@ DO UPDATE SET
|
||||||
</partitioning>
|
</partitioning>
|
||||||
<connection>ervu_person_archive</connection>
|
<connection>ervu_person_archive</connection>
|
||||||
<execute_each_row>N</execute_each_row>
|
<execute_each_row>N</execute_each_row>
|
||||||
|
<limit/>
|
||||||
<sql>SELECT
|
<sql>SELECT
|
||||||
recruit_id,
|
recruit_id,
|
||||||
archivation_reason_id,
|
archivation_reason_id,
|
||||||
|
|
@ -291,7 +292,7 @@ FROM public.recruit_archive
|
||||||
WHERE hidden is false
|
WHERE hidden is false
|
||||||
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
||||||
AND vk_id = '${IDM_ID}'
|
AND vk_id = '${IDM_ID}'
|
||||||
AND '${M_R_CR_DATE}'::timestamp >= ri.created_at
|
AND '${M_R_CR_DATE}'::timestamp >= created_at
|
||||||
</sql>
|
</sql>
|
||||||
<variables_active>Y</variables_active>
|
<variables_active>Y</variables_active>
|
||||||
<attributes/>
|
<attributes/>
|
||||||
|
|
|
||||||
|
|
@ -51,8 +51,6 @@
|
||||||
<create_parent_folder>N</create_parent_folder>
|
<create_parent_folder>N</create_parent_folder>
|
||||||
<exec_per_row>N</exec_per_row>
|
<exec_per_row>N</exec_per_row>
|
||||||
<filename>${Internal.Entry.Current.Folder}/job_pack.pub_recruitment.hwf</filename>
|
<filename>${Internal.Entry.Current.Folder}/job_pack.pub_recruitment.hwf</filename>
|
||||||
<logext/>
|
|
||||||
<logfile/>
|
|
||||||
<loglevel>Nothing</loglevel>
|
<loglevel>Nothing</loglevel>
|
||||||
<parameters>
|
<parameters>
|
||||||
<pass_all_parameters>Y</pass_all_parameters>
|
<pass_all_parameters>Y</pass_all_parameters>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue