From ad2d5cba40934c83ce609961398cfff513c30363 Mon Sep 17 00:00:00 2001
From: godp21 <godp21@inf.ufpr.br>
Date: Tue, 22 Mar 2022 11:14:13 -0300
Subject: [PATCH] fixing filters

---
 src/libs/routes/universityEnrollment.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libs/routes/universityEnrollment.js b/src/libs/routes/universityEnrollment.js
index 4819a6e8..b4747a62 100644
--- a/src/libs/routes/universityEnrollment.js
+++ b/src/libs/routes/universityEnrollment.js
@@ -333,12 +333,12 @@ rqf.addField({
         relation: '=',
         type: 'integer',
         field: 'localoferta_cod_uf',
-        table: 'localoferta_ens_superior_matricula'
+        table: 'localoferta_ens_superior_matricula2'
     },
     join: {
         primary: 'id',
         foreign: 'localoferta_cod_uf',
-        foreignTable: 'localoferta_ens_superior_matricula'
+        foreignTable: 'localoferta_ens_superior_matricula2'
     }
 }).addValue({
     name: 'region',
-- 
GitLab