Skip to content
Snippets Groups Projects
Commit 02d9daa6 authored by ns17's avatar ns17
Browse files

fixing fies route

parent d602b496
Branches metrics_fix
No related tags found
2 merge requests!30Development,!29fixing fies route
......@@ -201,7 +201,7 @@ rqf.addField({
fiesApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
req.sql.field('ano_censo as nu_ano')
.field('SUM(*) AS total')
.field('SUM(total) AS total')
.from('fies_ag')
.group('ano_censo')
.order('ano_censo');
......
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