feat: mlog增加筛选条件

This commit is contained in:
caoqianming 2023-11-27 22:45:13 +08:00
parent 4e3f6686c2
commit 014b21ba2b
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class MlogFilter(filters.FilterSet):
"handle_user": ["exact"],
"mtask__mgroup__belong_dept__name": ["exact"],
"mgroup__belong_dept__name": ["exact", "in"],
"mgroup__name": ["exact", "in"],
"submit_time": ["isnull"]
}