Atualizando FinancialCategorys.class.php

This commit is contained in:
Kenio 2025-08-27 09:57:13 -03:00
parent 63790a6879
commit d91cf20de0

View file

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