feat: sflog增加查询参数已获取当前值班记录

This commit is contained in:
caoqianming 2023-07-07 15:36:49 +08:00
parent 9d26946195
commit 377817f04c
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@ class SfLogFilter(filters.FilterSet):
"team": ["exact"], "team": ["exact"],
"leader": ["exact"], "leader": ["exact"],
"team__belong_dept": ["exact"], "team__belong_dept": ["exact"],
"end_time": ["day", "month", "year"] "end_time": ["day", "month", "year", "lt"],
"start_time": ["gte"]
} }