env.docker 增加时间筛选示例
This commit is contained in:
@@ -144,7 +144,11 @@ QUERY_JOBS = [
|
|||||||
"K4184"
|
"K4184"
|
||||||
],
|
],
|
||||||
'except_train_numbers': [ # 筛选车次,排除车次 train_numbers 和 except_train_numbers 不可同时存在
|
'except_train_numbers': [ # 筛选车次,排除车次 train_numbers 和 except_train_numbers 不可同时存在
|
||||||
]
|
],
|
||||||
|
'period': { # 筛选时间
|
||||||
|
'from': '00:00',
|
||||||
|
'to': '24:00'
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
# {
|
# {
|
||||||
|
|||||||
Reference in New Issue
Block a user