Sin auditoría Mat
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user