Atualizando Documents.class.php
This commit is contained in:
parent
61199babf8
commit
65c47d1368
1 changed files with 2 additions and 2 deletions
4
vendor/model/Documents.class.php
vendored
4
vendor/model/Documents.class.php
vendored
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue