Skip to content
Snippets Groups Projects
Commit c6d18e45 authored by Fernando Erd's avatar Fernando Erd
Browse files

Add SC 2009 condition

parent 3bc9b701
No related branches found
No related tags found
1 merge request!257V1.14.0
Pipeline #23196 failed
......@@ -558,6 +558,7 @@ employeesApp.get('/', rqfSchool.parse(), (req, res, next) => {
.from('funcionarios_por_escola')
.group('funcionarios_por_escola.ano_censo')
.order('funcionarios_por_escola.ano_censo')
.where('(docente.ano_censo <> 2009 or docente.escola_estado_id <> 42)')
next();
}, rqfSchool.build(), query, rqfSchool.parse(), id2str.transform(), (req, res, next) => {
......
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