From d80755bd3aba0d8299c21bfc816070f176c5763e Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 22 Aug 2025 07:20:38 -0300 Subject: [PATCH] Atualizando abas documentos --- vendor/model/Documents.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/model/Documents.class.php b/vendor/model/Documents.class.php index 5cafbbf..d3a12ce 100644 --- a/vendor/model/Documents.class.php +++ b/vendor/model/Documents.class.php @@ -121,7 +121,7 @@ class Documents if($this->documentsCategorysId > 0){ $this->and = " and d.documents_categorys_id = {$this->documentsCategorysId}"; - $this->and .= " and json_search(tag, 'all', '".$this->tag."', null, '$.".$this->label."') is not null"; + //$this->and .= " and json_search(tag, 'all', '".$this->tag."', null, '$.".$this->label."') is not null"; } /** Verifico se há paginação */ @@ -177,7 +177,7 @@ class Documents if($this->documentsCategorysId > 0){ $this->and = " and documents_categorys_id = {$this->documentsCategorysId}"; - $this->and .= " and json_search(tag, 'all', '".$this->tag."', null, '$.".$this->label."') is not null"; + //$this->and .= " and json_search(tag, 'all', '".$this->tag."', null, '$.".$this->label."') is not null"; } /** Consulta SQL */