Skip to content
Snippets Groups Projects

Merge new updates into master

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -530,7 +530,7 @@ disciplinesApp.get('/', rqf.parse(), (req, res, next) => {
.from('docente')
.group('docente.ano_censo')
.order('docente.ano_censo')
.where('docente.tipo_turma_atendimento_id <= 2 AND (docente.tipo_docente = 1 OR docente.tipo_docente = 5) AND \
.where('(docente.tipo_docente = 1 OR docente.tipo_docente = 5) AND \
((docente.tipo_turma_id >= 0 AND docente.tipo_turma_id <= 3 AND docente.tipo_turma_atendimento_id is NULL) \
OR ((docente.tipo_turma_atendimento_id = 1 OR docente.tipo_turma_atendimento_id = 2) AND docente.tipo_turma_id is NULL)) AND \
docente.etapas_mod_ensino_segmento_id <> 6 AND docente.etapas_mod_ensino_segmento_id <> 12');
Loading