From 6be912cecd8387f8220e21328604f74d00d2cc7a Mon Sep 17 00:00:00 2001 From: "Claudio.Junior" Date: Thu, 16 May 2024 10:55:35 -0400 Subject: [PATCH] testando campo de pesquisa de campanha king --- www/html/aplicativo/discador/kingDiscador.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/html/aplicativo/discador/kingDiscador.php b/www/html/aplicativo/discador/kingDiscador.php index 8991cf3b8..f1c307a13 100644 --- a/www/html/aplicativo/discador/kingDiscador.php +++ b/www/html/aplicativo/discador/kingDiscador.php @@ -325,7 +325,7 @@ function painelTotalContatos($dbcon, $status = null) if (array_key_exists($status, $statusCamp)) { $sql .= " and status in ({$statusCamp[$status]}, 99) "; } else if ($status) { - $sql .= " and id_camp = {$status}"; + $sql .= " or id_camp = {$status}"; //mudei } $sql .= "order by 1";