Atualizando

This commit is contained in:
Kenio 2025-08-05 10:31:22 -03:00
parent 42362a07e2
commit 4450c36a9d

View file

@ -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