Skip to content
Snippets Groups Projects
Commit 9db039a6 authored by jvfpw18's avatar jvfpw18
Browse files

Change classroom qnt salas var

parent 59f7885f
No related branches found
No related tags found
1 merge request!257V1.14.0
Pipeline #23215 failed
......@@ -244,7 +244,7 @@ rqf.addField({
classroomApp.get('/', cache('15 day'), rqf.parse(), rqf.build(), (req, res, next) => {
req.sql.from('escola')
.field('SUM(escola.num_salas)', 'total')
.field('SUM(escola.qtde_salas_utilizadas_dentro)', 'total')
.field("'Brasil'", 'name')
.field('escola.ano_censo', 'year')
.group('escola.ano_censo')
......
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