Update actions.py
This commit is contained in:
@@ -12,6 +12,7 @@ def getData(params):
|
||||
WHERE id = %s AND activo = %s
|
||||
"""
|
||||
|
||||
|
||||
# 2. Preparamos el diccionario de parámetros (tu estándar get_parameterized)
|
||||
# Limpiamos los datos antes de enviarlos a la base de datos
|
||||
id_promocion = clean_sql_int(params.get('id'))
|
||||
|
||||
Reference in New Issue
Block a user