Atualização Companies.class.php

This commit is contained in:
Kenio 2025-07-29 15:03:38 -03:00
parent ea5fe14632
commit b9cb2f1789

View file

@ -166,7 +166,7 @@ class Companies
if($this->typeSearch && $this->search){
/** Preencho os parâmetros do SQL */
$this->stmt->bindParam(':search', $this->search);
$this->stmt->bindParam(':search', '"'.$this->search.'"');
}
@ -224,7 +224,7 @@ class Companies
if($this->typeSearch && $this->search){
/** Preencho os parâmetros do SQL */
$this->stmt->bindParam(':search', $this->search);
$this->stmt->bindParam(':search', '"'.$this->search.'"');
}