Skip to content
Snippets Groups Projects

fixing fies route

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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');
Loading