Adicionando classe Cities.class.php ao projeto
This commit is contained in:
parent
7ef2a1973e
commit
31c33130ca
1 changed files with 1 additions and 1 deletions
2
vendor/model/Companies.class.php
vendored
2
vendor/model/Companies.class.php
vendored
|
|
@ -123,7 +123,7 @@ class Companies
|
|||
|
||||
/** Consulta SQL */
|
||||
$this->sql = 'select cp.*,
|
||||
c.name as city
|
||||
c.name as city_name
|
||||
from companies cp
|
||||
left join cities c on c.city_id = cp.city_id
|
||||
where cp.company_id > 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue