修复风控预警记录查询与准备脚本
This commit is contained in:
@@ -146,7 +146,11 @@ class RiskQueryService:
|
||||
page=page_request,
|
||||
)
|
||||
elif source == "alerts":
|
||||
alert_page = await repository.list_alerts(keyword=query.keyword, page=page_request)
|
||||
alert_page = await repository.list_alerts(
|
||||
keyword=query.keyword,
|
||||
open_only=False,
|
||||
page=page_request,
|
||||
)
|
||||
return self._page(alert_page, binding=binding)
|
||||
elif source == "notifications":
|
||||
page = await repository.list_notifications(
|
||||
|
||||
Reference in New Issue
Block a user