feat: sflog增加查询参数已获取当前值班记录
This commit is contained in:
parent
9d26946195
commit
377817f04c
|
@ -10,5 +10,6 @@ class SfLogFilter(filters.FilterSet):
|
|||
"team": ["exact"],
|
||||
"leader": ["exact"],
|
||||
"team__belong_dept": ["exact"],
|
||||
"end_time": ["day", "month", "year"]
|
||||
"end_time": ["day", "month", "year", "lt"],
|
||||
"start_time": ["gte"]
|
||||
}
|
Loading…
Reference in New Issue