Skip to content
Snippets Groups Projects
Commit 705d8f69 authored by jpko19's avatar jpko19
Browse files

Add new rout possui_necessidade_especial

parent 1fa9f72a
No related branches found
No related tags found
2 merge requests!329Update enrollment - new filters,!309Merge new updates into master
......@@ -746,6 +746,16 @@ rqf.addField({
type: 'boolean',
field: 'superdotado'
}
}).addValue({
name: 'pee',
table: 'matricula',
tableField: 'possui_necessidade_especial',
resultField: 'pee',
where: {
relation: '=',
type: 'boolean',
field: 'possui_necessidade_especial'
}
});
enrollmentApp.get('/', rqf.parse(), (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