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>
|
||||
<connection>ervu_person_archive</connection>
|
||||
<execute_each_row>N</execute_each_row>
|
||||
<limit/>
|
||||
<sql>SELECT
|
||||
recruit_id,
|
||||
archivation_reason_id,
|
||||
|
|
@ -273,7 +274,7 @@ FROM public.recruit_archive
|
|||
WHERE hidden is false
|
||||
AND '${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>
|
||||
<variables_active>Y</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ WHERE hidden is false
|
|||
AND '${IDM_ID}' != '' -- Проверка на пустую строку
|
||||
AND vk_id = '${IDM_ID}'
|
||||
--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>
|
||||
<attributes/>
|
||||
<GUI>
|
||||
|
|
|
|||
|
|
@ -283,6 +283,7 @@ DO UPDATE SET
|
|||
</partitioning>
|
||||
<connection>ervu_person_archive</connection>
|
||||
<execute_each_row>N</execute_each_row>
|
||||
<limit/>
|
||||
<sql>SELECT
|
||||
recruit_id,
|
||||
archivation_reason_id,
|
||||
|
|
@ -291,7 +292,7 @@ FROM public.recruit_archive
|
|||
WHERE hidden is false
|
||||
AND '${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>
|
||||
<variables_active>Y</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -51,8 +51,6 @@
|
|||
<create_parent_folder>N</create_parent_folder>
|
||||
<exec_per_row>N</exec_per_row>
|
||||
<filename>${Internal.Entry.Current.Folder}/job_pack.pub_recruitment.hwf</filename>
|
||||
<logext/>
|
||||
<logfile/>
|
||||
<loglevel>Nothing</loglevel>
|
||||
<parameters>
|
||||
<pass_all_parameters>Y</pass_all_parameters>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue