up
This commit is contained in:
@@ -39,8 +39,8 @@ $stmt = $pdo->prepare(
|
||||
s.id AS solicitud_id,
|
||||
s.paciente_id,
|
||||
p.telefono AS pac_telefono,
|
||||
p.celular AS pac_celular,
|
||||
p.full_name AS pac_nombre
|
||||
p.telefono AS pac_celular,
|
||||
p.nombre_completo AS pac_nombre
|
||||
FROM turnero_turnos t
|
||||
LEFT JOIN turnero_solicitudes s ON s.turno_id = t.id
|
||||
LEFT JOIN lab_pacientes p ON p.id = s.paciente_id
|
||||
|
||||
Reference in New Issue
Block a user