Cambios para apuntar a productivo

This commit is contained in:
beseira13
2026-02-09 15:48:49 -03:00
parent cb06e37f60
commit 466aa891c3
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ async function autentificacion(req, res) {
// Consulta a la nueva tabla soporte_copy en dbasistente
const [db_user] = await dbasistente.query(
"SELECT CODIGO_SOP, NOMBRE_SOP, USUARIO_SOP, NIVEL_SOP FROM soporte_copy WHERE USUARIO_SOP = ? AND CLAVE_SOP = ? AND ESTADO_SOP = 'V'",
"SELECT CODIGO_SOP, NOMBRE_SOP, USUARIO_SOP, NIVEL_SOP FROM soporte_copy WHERE CORREO_SOP = ? AND CLAVE_SOP = ? AND ESTADO_SOP = 'V'",
{
replacements: [username, password]
}