fix: check_same_allow_minute_and_raise_event bug
This commit is contained in:
parent
61c8e6ab98
commit
39d69952f1
|
@ -510,7 +510,7 @@ def check_same_allow_minute_and_raise_event(cate: EventCate, employee: Employee
|
|||
"""
|
||||
根据配置告警间隔判断是否需要报出事件
|
||||
"""
|
||||
filters = {'cate': cate}
|
||||
filters = {'cates': cate}
|
||||
if employee:
|
||||
filters['employee'] = employee
|
||||
if area:
|
||||
|
|
Loading…
Reference in New Issue