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 
This commit is contained in:
Alejandro Fraguas 2019-07-15 15:44:39 +02:00
commit e3e187b122
1 changed files with 1 additions and 1 deletions
pandora_console/include

View File

@ -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,