Atualizando Documents.class.php

This commit is contained in:
Kenio 2025-08-25 10:55:14 -03:00
parent 61199babf8
commit 65c47d1368

View file

@ -167,7 +167,7 @@ class Documents
if($this->companyId > 0){
/** Preencho os parâmetros do SQL */
$this->stmt->bindParam('documents_id', $this->documentsId);
$this->stmt->bindParam(':company_id', $this->companyId);
}
@ -215,7 +215,7 @@ class Documents
if($this->companyId > 0){
/** Preencho os parâmetros do SQL */
$this->stmt->bindParam('documents_id', $this->documentsId);
$this->stmt->bindParam(':company_id', $this->companyId);
}