feat: handover 增加查询条件
This commit is contained in:
parent
2108b1c33a
commit
c5dfb325dc
|
@ -93,6 +93,7 @@ class HandoverFilter(filters.FilterSet):
|
|||
"send_mgroup__name": ["exact"],
|
||||
"recive_mgroup": ["exact"],
|
||||
"recive_mgroup__name": ["exact"],
|
||||
"type": ["exact", "in"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue