From b8bda03d5359212fb83230660fb12a34840f799d Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 20 Aug 2025 13:10:59 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20p=C3=A1gina=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/FinancialMovements.class.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 246b9bb..83c7250 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -1470,10 +1470,7 @@ class FinancialMovements ORDER BY fm.movement_date_scheduled ASC;'; /** Preparo o SQL para execução */ - $this->stmt = $this->connection->connect()->prepare($this->sql); - - /** Preencho os parâmetros do SQL */ - $this->stmt->bindParam(':financial_movements_id', $this->financialMovementsId); + $this->stmt = $this->connection->connect()->prepare($this->sql); /** Executo o SQL */ $this->stmt->execute(); @@ -1498,10 +1495,7 @@ class FinancialMovements ORDER BY fm.movement_date_scheduled ASC;'; /** Preparo o SQL para execução */ - $this->stmt = $this->connection->connect()->prepare($this->sql); - - /** Preencho os parâmetros do SQL */ - $this->stmt->bindParam(':financial_movements_id', $this->financialMovementsId); + $this->stmt = $this->connection->connect()->prepare($this->sql); /** Executo o SQL */ $this->stmt->execute();