Ajuste de consolidação

This commit is contained in:
Kenio 2025-09-17 20:49:34 -03:00
parent 4fcdb8dcc4
commit f3ca112f91

View file

@ -367,6 +367,8 @@ class FinancialMovements
$this->sql .= $this->and; $this->sql .= $this->and;
} }
echo $this->sql;
/** Preparo o SQL para execução */ /** Preparo o SQL para execução */
$this->stmt = $this->connection->connect()->prepare($this->sql); $this->stmt = $this->connection->connect()->prepare($this->sql);