Sin auditoría Mat

This commit is contained in:
Your Name
2025-02-24 09:02:51 -06:00
parent 272d509a05
commit 13f1e3b26d
4 changed files with 29 additions and 30 deletions

View File

@@ -33,6 +33,7 @@ try {
facultad_nombre as facultad,
carrera_nombre as carrera,
registro_fecha,
registro_fecha_supervisor,
estado_color,
estado_supervisor.estado_supervisor_id,
estado_supervisor.nombre,
@@ -40,7 +41,7 @@ try {
usuario_nombre,
horario_grupo,
registro_retardo,
justificada,
registro_justificada,
justificacion,
comentario,
CASE
@@ -65,11 +66,6 @@ try {
AND profesor.profesor_id = :profesor_id",
$_GET
);
/* ->where('registro_fecha_ideal', $_GET['registro_fecha_ideal'])
->where('horario_id', $_GET['horario_id'])
->where('profesor_id', $_GET['profesor_id'])
->getOne('auditoria_mat'); */
// Print the JSON file
echo json_encode($data);
} else {
http_response_code(405);