Order by Auditoría
This commit is contained in:
@@ -115,7 +115,7 @@ try {
|
||||
LEFT JOIN usuario ON usuario.usuario_id = REGISTRO.supervisor_id
|
||||
JOIN estado_supervisor ON estado_supervisor.estado_supervisor_id = COALESCE(REGISTRO.estado_supervisor_id, 0)
|
||||
WHERE horario.horario_id IN ($HorariosID)
|
||||
ORDER BY fechas.fecha, horario_hora",
|
||||
ORDER BY fechas.fecha, horario_hora, REGISTRO.estado_supervisor_id",
|
||||
$fechas
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user