Cambio error query

This commit is contained in:
AlexLara
2025-03-13 13:16:10 -06:00
parent ecefb0dfa9
commit ecba498276

View File

@@ -102,7 +102,7 @@ try {
CASE
WHEN registro.registro_retardo THEN 'warning'
ELSE 'primary'
END AS color,
END AS color
FROM horario
JOIN horario_profesor USING (horario_id)
JOIN fechas ON EXTRACT(DOW FROM fechas.fecha) = horario.horario_dia