Skip to content
Snippets Groups Projects
Commit 1f6b3b72 authored by Rafael S Castilho's avatar Rafael S Castilho
Browse files

fix

parent f38fa337
No related branches found
No related tags found
2 merge requests!48Development,!36Adding age to taxa homicidios
...@@ -81,7 +81,7 @@ rqf.addField({ ...@@ -81,7 +81,7 @@ rqf.addField({
.addValue({ .addValue({
name: 'min_idade', name: 'min_idade',
table: 'sim', table: 'taxa_homicidios',
tableField: 'idade_obito_anos', tableField: 'idade_obito_anos',
resultField: 'idade', resultField: 'idade',
where: { where: {
...@@ -92,7 +92,7 @@ rqf.addField({ ...@@ -92,7 +92,7 @@ rqf.addField({
}) })
.addValue({ .addValue({
name: 'max_idade', name: 'max_idade',
table: 'sim', table: 'taxa_homicidios',
tableField: 'idade_obito_anos', tableField: 'idade_obito_anos',
resultField: 'idade', resultField: 'idade',
where: { where: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment