fix(): Ajuste no sql que retorna todos os clientes
This commit is contained in:
parent
bc13ed0394
commit
4673d8c271
1 changed files with 1 additions and 1 deletions
|
|
@ -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} """
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue