Skip to content
Snippets Groups Projects

Demanda4

Merged Rafael S Castilho requested to merge demanda4 into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -128,7 +128,7 @@ rqf.addField({
cad_unico_count.get('/', rqf.parse(), rqf.build(), function (req, res, next) {
console.log(req.sql.toString());
req.sql.field('SUM(total) AS Total').from('indigenas_development_ag');
req.sql.field('COUNT(distinct id_familia) AS Total').from('indigenas_development_ag');
next();
}, query, response('cad_unico'));
Loading