This commit is contained in:
Kenio 2025-08-04 19:35:35 -03:00
parent 9a3f40c06e
commit 319647a15a

View file

@ -881,7 +881,7 @@ class FinancialMovements
$this->sql .= $this->and;
/** Informe o periodo entre datas */
echo $this->sql .= $this->between;
$this->sql .= $this->between;
/** Preparo o SQL para execução */
$this->stmt = $this->connection->connect()->prepare($this->sql);