Skip to content

Commit c86ecb3

Browse files
committed
Corrige JOIN no módulo ApiKeywords
1 parent 5a06882 commit c86ecb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/ApiKeywords/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function _init() {
3737
$joins .= "\n LEFT JOIN e.__agentRelations coletivo_relation WITH coletivo_relation.group = 'coletivo'";
3838
$joins .= "\n LEFT JOIN coletivo_relation.agent agent_coletivo";
3939
$joins .= "\n LEFT JOIN o.__metadata owner_nome WITH owner_nome.key = 'nomeCompleto'";
40-
$joins .= "\n LEFT JOIN agent_coletivo.__metadata coletivo_nome WITH owner_nome.key = 'nomeCompleto'";
40+
$joins .= "\n LEFT JOIN agent_coletivo.__metadata coletivo_nome WITH coletivo_nome.key = 'nomeCompleto'";
4141

4242
if ($format_doc($keyword)) {
4343
$joins .= "\n LEFT JOIN o.__metadata doc WITH doc.key IN('documento','cnpj','cpf')";

0 commit comments

Comments
 (0)