some fixes
This commit is contained in:
parent
dc2c5fc13b
commit
32eda620a4
6 changed files with 13 additions and 13 deletions
|
|
@ -109,7 +109,6 @@ AND updated_at > ?;</sql>
|
|||
<condition>=</condition>
|
||||
<field>code</field>
|
||||
<name>code</name>
|
||||
<name2/>
|
||||
</key>
|
||||
<schema>ervu_dashboard</schema>
|
||||
<table>education_level</table>
|
||||
|
|
@ -236,7 +235,7 @@ AND updated_at > ?;</sql>
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM education_level;
|
||||
FROM ervu_dashboard.education_level;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
@ -261,7 +260,7 @@ FROM education_level;
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM educational_institution_status;
|
||||
FROM ervu_dashboard.educational_institution_status;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
@ -286,7 +285,7 @@ FROM educational_institution_status;
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM minobr_education_speciality;
|
||||
FROM ervu_dashboard.minobr_education_speciality;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
@ -311,7 +310,7 @@ FROM minobr_education_speciality;
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM minprosv_education_speciality
|
||||
FROM ervu_dashboard.minprosv_education_speciality
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ AND updated_at > ?;</sql>
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM country_oksm;
|
||||
FROM ervu_dashboard.country_oksm;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM minobr_doc_type;
|
||||
FROM ervu_dashboard.minobr_doc_type;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ AND updated_at > ?;</sql>
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM disease;
|
||||
FROM ervu_dashboard.disease;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM russian_region;</sql>
|
||||
FROM ervu_dashboard.russian_region;</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
<GUI>
|
||||
|
|
@ -81,7 +81,7 @@ FROM russian_region;</sql>
|
|||
<limit>0</limit>
|
||||
<sql>SELECT
|
||||
max(update_date) as max_update_date
|
||||
FROM sport_type;
|
||||
FROM ervu_dashboard.sport_type;
|
||||
</sql>
|
||||
<variables_active>N</variables_active>
|
||||
<attributes/>
|
||||
|
|
|
|||
|
|
@ -151,13 +151,13 @@
|
|||
<argument>
|
||||
<name>error_description</name>
|
||||
</argument>
|
||||
<argument>
|
||||
<name>error_code</name>
|
||||
</argument>
|
||||
</arguments>
|
||||
<connection>ervu-dashboard</connection>
|
||||
<delete_field/>
|
||||
<execute_each_row>Y</execute_each_row>
|
||||
<insert_field/>
|
||||
<quoteString>N</quoteString>
|
||||
<read_field/>
|
||||
<replace_variables>Y</replace_variables>
|
||||
<set_params>Y</set_params>
|
||||
<single_statement>N</single_statement>
|
||||
|
|
@ -169,6 +169,7 @@ WHERE job_name = '${JOB_NAME}'
|
|||
and recruitment_id = '${IDM_ID}';
|
||||
|
||||
</sql>
|
||||
<update_field/>
|
||||
<attributes/>
|
||||
<GUI>
|
||||
<xloc>1776</xloc>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue