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

Limit enrollment projection's education level

Related: simcaq/SCRUM#423
parent 1d9787c3
No related branches found
No related tags found
2 merge requests!160Issue/423,!157WIP: Release v1.8.0
Pipeline #17832 failed
......@@ -117,6 +117,7 @@ enrollmentProjectionApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.field('projecao_matricula.etapa_ensino_escola_ano_id', 'education_level_school_year_id')
.field('projecao_matricula.ano_censo', 'year')
.from('projecao_matricula')
.where('projecao_matricula.etapa_ensino_escola_ano_id <> 7 AND projecao_matricula.etapa_ensino_escola_ano_id < 71')
.group('projecao_matricula.etapa_ensino_escola_ano_id')
.group('projecao_matricula.ano_censo')
.order('projecao_matricula.ano_censo')
......
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