Skip to content
Snippets Groups Projects
Commit 30e29e18 authored by ns17's avatar ns17
Browse files

fix indigenas_territorial

parent 2eb6fd5f
Branches indigenas_territorial
No related tags found
2 merge requests!48Development,!44Indigenas territorial
......@@ -138,7 +138,7 @@ rqf.addField({
indigenasTerritorialApp.get('/', rqf.parse(), rqf.build(), function (req, res, next) {
console.log(req.sql.toString());
req.sql.field('COUNT(*) AS Total').from('terras_indigenas');
req.sql.field('COUNT(*) AS Total').from('indigenas_territorial_ag');
next();
}, query, response('terras_ind'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment