Merge branch 'ent-4308-error-sql-en-la-vista-de-reprotes-en-html-de-groups-event-report-metaconsola' into 'develop'
Resolved error query See merge request artica/pandorafms!2566
This commit is contained in:
commit
e3e187b122
pandora_console/include
|
@ -4865,7 +4865,7 @@ function events_get_count_events_by_agent(
|
||||||
COUNT(*) AS count
|
COUNT(*) AS count
|
||||||
FROM %s t3
|
FROM %s t3
|
||||||
WHERE utimestamp > %d AND utimestamp <= %d
|
WHERE utimestamp > %d AND utimestamp <= %d
|
||||||
AND id_grupo IN (%s) %s
|
AND id_grupo IN (%s)
|
||||||
GROUP BY id_agente',
|
GROUP BY id_agente',
|
||||||
$tagente,
|
$tagente,
|
||||||
$tevento,
|
$tevento,
|
||||||
|
|
Loading…
Reference in New Issue