Ajuste de consolidação
This commit is contained in:
parent
4fcdb8dcc4
commit
f3ca112f91
1 changed files with 2 additions and 0 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue