Skip to content
Snippets Groups Projects
Commit 3b7b54f4 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

[hotfix] capital filter working for superior education conclusion tax...

parent 20870220
Branches
No related tags found
1 merge request!501[hotfix] capital filter working for superior education conclusion tax...
......@@ -40,8 +40,6 @@ module.exports = function educationLevelMod(id) {
return 'EJA - EF e EM Integrado - tecnico';
case 10:
return 'Educacao Profissional - concomitante e subsequente';
case 11:
return 'suporte_total'
default:
return 'Não classificada';
}
......
......@@ -547,7 +547,7 @@ enrollmentAggregateApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.field('SUM(escola.qt_mat_eja_med_agg)', 'total_eja_med')
.field('SUM(escola.qt_mat_eja_fund_fic + escola.qt_mat_eja_med_fic + escola.qt_mat_eja_med_tec)', 'total_tec')
.field('SUM(escola.qt_mat_prof_agg)', 'total_prof')
.field('SUM(escola.qt_mat_bas)', 'total_total')
//.field('SUM(escola.qt_mat_bas)', 'total_total')
.field('escola.ano_censo', 'year')
.group('escola.ano_censo')
.order('escola.ano_censo')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment