fix(): Ajuste no sql que retorna todos os clientes

This commit is contained in:
Kenio 2025-11-07 11:03:10 -03:00
parent bc13ed0394
commit 4673d8c271

View file

@ -39,7 +39,7 @@ class IndexRepository(BaseRepository):
c.city, c.city,
c.responsible, c.responsible,
c.consultant, c.consultant,
c.type_contract c.type_contract,
c.status c.status
FROM client c FROM client c
LIMIT {first} OFFSET {skip} """ LIMIT {first} OFFSET {skip} """