pruebas
This commit is contained in:
@@ -13,7 +13,7 @@ const obtenerAlumno = (numeroCuenta) => {
|
||||
return pool
|
||||
.getConnection()
|
||||
.then((conn) => {
|
||||
conn
|
||||
return conn
|
||||
.query(`CALL busca_alumno_pcpuma('${numeroCuenta}')`)
|
||||
.then((rows) => {
|
||||
conn.end();
|
||||
|
||||
Reference in New Issue
Block a user