Adicionando paginação em categorias
This commit is contained in:
parent
b8386e1e00
commit
830fd6e186
1 changed files with 1 additions and 2 deletions
3
vendor/model/Users.class.php
vendored
3
vendor/model/Users.class.php
vendored
|
|
@ -268,8 +268,7 @@ class Users
|
|||
c.document
|
||||
from users u
|
||||
left join company c on u.company_id = c.company_id
|
||||
where u.email = :email
|
||||
and u.company_id = 0';
|
||||
where u.email = :email ';
|
||||
|
||||
/** Verifica se é o primeiro acesso do usuário */
|
||||
if($this->firstAccess == "S"){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue