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

[ADD] Trying to add and use id2str function in newPnad

parent 39476f3d
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!383FIrst deploy of new route 'new_pnad'
......@@ -359,6 +359,6 @@ PnadNovoApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.order('pnad_novo.ano_ref')
console.log(req.sql.toString())
next();
}, query, response('pnad_novo'));
}, query, id2str.transform(false),response('pnad_novo'));
module.exports = PnadNovoApp;
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