更新: 2 个文件 - 2026-03-18 17:30:05
这个提交包含在:
@@ -143,7 +143,9 @@ def _collect_source_candidates(
|
||||
},
|
||||
)
|
||||
try:
|
||||
items = handler(system, source)
|
||||
source_with_context = dict(source)
|
||||
source_with_context["_since_dt"] = since_dt
|
||||
items = handler(system, source_with_context)
|
||||
filtered = [item for item in items if _passes_since(item, since_dt, include_undated)]
|
||||
return filtered, None
|
||||
except Exception as exc:
|
||||
|
||||
在新工单中引用
屏蔽一个用户