Atualizando
This commit is contained in:
parent
42362a07e2
commit
4450c36a9d
1 changed files with 2 additions and 2 deletions
4
vendor/model/FinancialMovements.class.php
vendored
4
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -444,8 +444,8 @@ class FinancialMovements
|
||||||
c.number,
|
c.number,
|
||||||
c.complement,
|
c.complement,
|
||||||
c.district,
|
c.district,
|
||||||
(select name from cities where city_id = c.city_id) as city,
|
(select name from cities where city_id = c.city_id limit 1) as city,
|
||||||
(select name from states where city_id = c.city_id) as state,
|
(select name from states where city_id = c.city_id limit 1) as state,
|
||||||
c.email
|
c.email
|
||||||
from financial_movements fm
|
from financial_movements fm
|
||||||
left join users u on fm.user_id = u.user_id
|
left join users u on fm.user_id = u.user_id
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue