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

Merge branch 'development' into 'homologa'

dev -> hom

See merge request !484
parents 320d0d85 bf5128ae
No related branches found
No related tags found
1 merge request!484dev -> hom
......@@ -72,7 +72,7 @@ function aggregateData(req, res, next) {
'receita_potencial',
'despesas'
];
const baseFields = ["school"]
const baseFields = ["school", "city"]
let id;
const fields = req.query.dims.split(',');
let currentAggregateField;
......
......@@ -400,7 +400,8 @@ rqf.addField({
where: {
relation: '=',
type: 'integer',
field: 'id'
field: 'municipio_id',
table: 'escola'
},
join: {
primary: 'id',
......
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