From f3ca112f9135531e0fdec517f73a0438550a96da Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 17 Sep 2025 20:49:34 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20de=20consolida=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/FinancialMovements.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index b95a828..496c0a6 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -367,6 +367,8 @@ class FinancialMovements $this->sql .= $this->and; } + echo $this->sql; + /** Preparo o SQL para execução */ $this->stmt = $this->connection->connect()->prepare($this->sql);