feat: mtask添加筛选条件

This commit is contained in:
caoqianming 2025-03-14 14:16:54 +08:00
parent 7488900ac8
commit 20e431cb7d
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class MtaskFilter(filters.FilterSet):
fields = {
"state": ["exact", "in"],
"route": ["exact"],
"route__material_in": ["exact"],
"is_count_utask": ["exact"],
"start_date": ["exact", "gte", "lte"],
"end_date": ["exact", "gte", "lte"],