some fixes

This commit is contained in:
Fusionshh 2025-10-18 14:52:44 +03:00
parent dc2c5fc13b
commit 32eda620a4
6 changed files with 13 additions and 13 deletions

View file

@ -109,7 +109,6 @@ AND updated_at > ?;</sql>
<condition>=</condition> <condition>=</condition>
<field>code</field> <field>code</field>
<name>code</name> <name>code</name>
<name2/>
</key> </key>
<schema>ervu_dashboard</schema> <schema>ervu_dashboard</schema>
<table>education_level</table> <table>education_level</table>
@ -236,7 +235,7 @@ AND updated_at > ?;</sql>
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM education_level; FROM ervu_dashboard.education_level;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>
@ -261,7 +260,7 @@ FROM education_level;
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM educational_institution_status; FROM ervu_dashboard.educational_institution_status;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>
@ -286,7 +285,7 @@ FROM educational_institution_status;
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM minobr_education_speciality; FROM ervu_dashboard.minobr_education_speciality;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>
@ -311,7 +310,7 @@ FROM minobr_education_speciality;
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM minprosv_education_speciality FROM ervu_dashboard.minprosv_education_speciality
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>

View file

@ -126,7 +126,7 @@ AND updated_at > ?;</sql>
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM country_oksm; FROM ervu_dashboard.country_oksm;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>

View file

@ -57,7 +57,7 @@
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM minobr_doc_type; FROM ervu_dashboard.minobr_doc_type;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>

View file

@ -77,7 +77,7 @@ AND updated_at > ?;</sql>
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM disease; FROM ervu_dashboard.disease;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>

View file

@ -57,7 +57,7 @@
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM russian_region;</sql> FROM ervu_dashboard.russian_region;</sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>
<GUI> <GUI>
@ -81,7 +81,7 @@ FROM russian_region;</sql>
<limit>0</limit> <limit>0</limit>
<sql>SELECT <sql>SELECT
max(update_date) as max_update_date max(update_date) as max_update_date
FROM sport_type; FROM ervu_dashboard.sport_type;
</sql> </sql>
<variables_active>N</variables_active> <variables_active>N</variables_active>
<attributes/> <attributes/>

View file

@ -151,13 +151,13 @@
<argument> <argument>
<name>error_description</name> <name>error_description</name>
</argument> </argument>
<argument>
<name>error_code</name>
</argument>
</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>Y</set_params> <set_params>Y</set_params>
<single_statement>N</single_statement> <single_statement>N</single_statement>
@ -169,6 +169,7 @@ WHERE job_name = '${JOB_NAME}'
and recruitment_id = '${IDM_ID}'; and recruitment_id = '${IDM_ID}';
</sql> </sql>
<update_field/>
<attributes/> <attributes/>
<GUI> <GUI>
<xloc>1776</xloc> <xloc>1776</xloc>