Resolved error query

This commit is contained in:
marcos.alconada 2019-07-02 12:21:58 +02:00
parent 1f2e6a50f8
commit 4430f18ac5
1 changed files with 1 additions and 1 deletions

View File

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