Skip to content
Snippets Groups Projects
Commit f62e9202 authored by Fernando Erd's avatar Fernando Erd
Browse files

Delete dims

parent 037c341e
No related branches found
No related tags found
1 merge request!264Issue/668
Pipeline #23664 passed
......@@ -637,6 +637,7 @@ universityEnrollmentApp.get('/', rqf.parse(), (req, res, next) => {
.field('localoferta_ens_superior_matricula.ano_censo', 'year')
.group('localoferta_ens_superior_matricula.ano_censo')
.order('localoferta_ens_superior_matricula.ano_censo')
delete req.dims.finish
}else if ("localoffer" in req.dims) {
if ("university" in req.dims) {
req.sql.from('localoferta_ens_superior_matricula')
......
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