feat: handover 增加查询条件

This commit is contained in:
caoqianming 2024-08-12 14:39:44 +08:00
parent 2108b1c33a
commit c5dfb325dc
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class HandoverFilter(filters.FilterSet):
"send_mgroup__name": ["exact"],
"recive_mgroup": ["exact"],
"recive_mgroup__name": ["exact"],
"type": ["exact", "in"],
}