feat: mpointstat增加查询条件
This commit is contained in:
parent
2c8a86d6f5
commit
dbe1635788
|
@ -28,7 +28,9 @@ class MpointStatFilter(filters.FilterSet):
|
||||||
"month_s": ["exact"],
|
"month_s": ["exact"],
|
||||||
"year_s": ["exact"],
|
"year_s": ["exact"],
|
||||||
"create_by": ["exact"],
|
"create_by": ["exact"],
|
||||||
"type": ["exact"]
|
"type": ["exact"],
|
||||||
|
"is_all": ["exact"],
|
||||||
|
"is_auto": ["exact"]
|
||||||
}
|
}
|
||||||
|
|
||||||
def filter_has_create_by(self, queryset, name, value):
|
def filter_has_create_by(self, queryset, name, value):
|
||||||
|
|
Loading…
Reference in New Issue