Skip to content
Snippets Groups Projects
Commit 73b78082 authored by Rafael S Castilho's avatar Rafael S Castilho
Browse files

i438

parent 451f2376
No related branches found
No related tags found
2 merge requests!48Development,!47i438
...@@ -134,6 +134,16 @@ rqf.addField({ ...@@ -134,6 +134,16 @@ rqf.addField({
type: 'string', type: 'string',
field: 'etapa_ensino' field: 'etapa_ensino'
} }
}).addValue({
name: 'modalidade_ensino',
table: 'indigenas_schools_ag',
tableField: 'modalidade_ensino',
resultField: 'modalidade_ensino',
where: {
relation: '=',
type: 'integer',
field: 'modalidade_ensino'
}
}); });
indigenasEnrollmentApp.get('/', rqf.parse(), rqf.build(), function (req, res, next) { indigenasEnrollmentApp.get('/', rqf.parse(), rqf.build(), function (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