Skip to content
Snippets Groups Projects
Commit d8584c9d authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix dimension school_level

parent 29f610f5
No related branches found
No related tags found
3 merge requests!116Release v1.0.0,!44Feature multiple where,!36Query optimization
Pipeline #
...@@ -10,6 +10,7 @@ const ids = { ...@@ -10,6 +10,7 @@ const ids = {
gender_id: gender, gender_id: gender,
period_id: period, period_id: period,
school_year_id: schoolYear, school_year_id: schoolYear,
education_level_id: schoolYear,
adm_dependency_id: admDependency, adm_dependency_id: admDependency,
adm_dependency_detailed_id: admDependency, adm_dependency_detailed_id: admDependency,
location_id: location, location_id: location,
......
...@@ -113,7 +113,7 @@ rqf.addField({ ...@@ -113,7 +113,7 @@ rqf.addField({
name: 'education_level', name: 'education_level',
table: 'matricula', table: 'matricula',
tableField: 'serie_ano_id', tableField: 'serie_ano_id',
resultField: 'school_year_id', resultField: 'education_level_id',
where: { where: {
relation: '=', relation: '=',
type: 'integer' type: 'integer'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment