Correcciones
This commit is contained in:
@@ -51,7 +51,7 @@ $data = $db->query(
|
||||
JOIN fechas
|
||||
ON EXTRACT(DOW FROM fechas.registro_fecha_ideal) = horario_dia
|
||||
AND fechas.registro_fecha_ideal >= horario_fecha_inicio::date
|
||||
AND (horario_fecha_fin IS NULL OR fechas.registro_fecha_ideal < horario_fecha_fin::date)
|
||||
AND (horario_fecha_fin IS NULL OR fechas.registro_fecha_ideal+ horario.horario_hora < horario_fecha_fin)
|
||||
NATURAL JOIN salon_view_mat
|
||||
|
||||
JOIN facultad ON facultad.facultad_id = COALESCE(horario.facultad_id, 0)
|
||||
|
||||
Reference in New Issue
Block a user