CREACION DE API: INGRESOS FORMAS DE PAGO.

This commit is contained in:
Pablinux
2025-06-09 13:07:09 -05:00
parent 8afb1d09cb
commit ca19ab418b
3 changed files with 459 additions and 1 deletions

View File

@@ -205,7 +205,7 @@ controlador.consulta_clientesApps = (req, res) => { // Nombre de la función cam
FROM
clientes
WHERE
client_nombre LIKE ? OR client_rucCed LIKE ?
client_nombre LIKE %?% OR client_rucCed LIKE %?%
LIMIT 10;
`;