Debug
This commit is contained in:
parent
ba806772bb
commit
5d21e228ca
1 changed files with 1 additions and 1 deletions
2
vendor/model/Companies.class.php
vendored
2
vendor/model/Companies.class.php
vendored
|
|
@ -94,7 +94,7 @@ class Companies
|
|||
$this->companyId = $companyId;
|
||||
|
||||
/** Consulta SQL */
|
||||
$this->sql = 'select cp.*,
|
||||
echo $this->sql = 'select cp.*,
|
||||
c.name as city_name
|
||||
from companies cp
|
||||
left join cities c on c.city_id = cp.city_id
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue