From 4450c36a9db7c1337710bbaede0959e0b8a5d90e Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Tue, 5 Aug 2025 10:31:22 -0300 Subject: [PATCH] Atualizando --- vendor/model/FinancialMovements.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 785c794..503d049 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -444,8 +444,8 @@ class FinancialMovements c.number, c.complement, c.district, - (select name from cities where city_id = c.city_id) as city, - (select name from states where city_id = c.city_id) as state, + (select name from cities where city_id = c.city_id limit 1) as city, + (select name from states where city_id = c.city_id limit 1) as state, c.email from financial_movements fm left join users u on fm.user_id = u.user_id