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

[TEST] Trying again

parent 52660414
No related branches found
No related tags found
3 merge requests!449Homologa,!444dev -> hom,!441Years of study mean
......@@ -518,7 +518,7 @@ PnadNovoApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
console.log(req.dims)
if (req.dims) {
for (let i in req.dims) {
teste += ` and pnad_novo.${rqf.f`${i}`.table} = media.${rqf.f`${i}`.tableField}`
teste += ` and pnad_novo.${rqf[i].table} = media.${rqf[i].tableField}`
}
}
......
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