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

[FIX] filters column name

parent 52dffe42
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!383FIrst deploy of new route 'new_pnad'
......@@ -61,12 +61,12 @@ rqf.addField({
where: {
relation: '=',
type: 'integer',
field: 'estado_id',
field: 'cod_uf',
table: 'pnad_novo'
},
join: {
primary: 'id',
foreign: 'estado_id',
foreign: 'cod_uf',
foreignTable: 'pnad_novo'
}
}).addValue({
......@@ -77,12 +77,12 @@ rqf.addField({
where: {
relation: '<>',
type: 'integer',
field: 'estado_id',
field: 'cod_uf',
table: 'pnad_novo'
},
join: {
primary: 'id',
foreign: 'estado_id',
foreign: 'cod_uf',
foreignTable: 'pnad_novo'
}
}).addValue({
......
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