feat: sflogExp增加查询条件

This commit is contained in:
caoqianming 2023-08-24 10:52:06 +08:00
parent 6e1ab8a967
commit ad30803836
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class SfLogExpFilter(filters.FilterSet):
class Meta:
model = SfLogExp
fields = {
"sflog": ["exact"],
"sflog__mgroup": ["exact"],
"sflog__mgroup__name": ["exact"],
"happen_time": ["day", "month", "year"],