feat: 支持处理历史按风险状态筛选
This commit is contained in:
@@ -117,6 +117,7 @@ def build_history_rows(logs) -> list[dict]:
|
||||
or structured_output.get("risk_level")
|
||||
or "-",
|
||||
"notify_status": notification.message_status if notification else "-",
|
||||
"notify_reason": notification.notify_reason if notification else "-",
|
||||
}
|
||||
)
|
||||
return rows
|
||||
|
||||
Reference in New Issue
Block a user