diff --git a/src/libs/routes/pibpercapita.js b/src/libs/routes/pibpercapita.js
index e0a6409362c378cd11a1fe4aff0e4e89dd08e8f1..a7acb267879f1b5fb8f692172b13e663b15a94ea 100644
--- a/src/libs/routes/pibpercapita.js
+++ b/src/libs/routes/pibpercapita.js
@@ -100,7 +100,7 @@ rqf.addField({
     name: 'income_level',
     table: 'ibge_pib',
     tableField: 'nivel_renda_per_capita',
-    resultField: 'income_level_id',
+    resultField: 'id',
     where: {
         relation: '=',
         type: 'integer',
diff --git a/src/libs/routes/population.js b/src/libs/routes/population.js
index f2a89783ddad50859cdffeeb38a8d7b76f89a507..8dd29a915bbfcc02997a88783a3b5e77f43fa318 100644
--- a/src/libs/routes/population.js
+++ b/src/libs/routes/population.js
@@ -118,7 +118,7 @@ rqf.addField({
     name: 'city_size',
     table: 'ibge_populacao',
     tableField: 'porte',
-    resultField: 'city_size_id',
+    resultField: 'id',
     where: {
         relation: '=',
         type: 'integer',