Atualizando config

This commit is contained in:
Kenio 2025-08-06 09:02:55 -03:00
parent 0bcfd4ecfe
commit 3ee9a44660

View file

@ -201,10 +201,7 @@ class Documents
'.$this->and;
/** Preparo o SQL para execução */
$this->stmt = $this->connection->connect()->prepare($this->sql);
/** Parametros da consulta */
$this->stmt->bindParam('company_id', $_SESSION['USERSCOMPANYID']);/** Grava o ID da empresa responsável pelo arquivo */
$this->stmt = $this->connection->connect()->prepare($this->sql);
/** Executo o SQL */
$this->stmt->execute();