fix(health+web): action-inbox 参数绑定修复 + antd 弃用警告清理

- action_inbox_service: count_sql 补齐 $4/$5 占位符,修复参数绑定数不匹配导致 500
- AiSidebar: Drawer width → size(antd v5 弃用替换)
- 6 个页面 Statistic: valueStyle → styles.content(antd v5 弃用替换)
- RealtimeMonitor: 移除未使用的 _alerts 变量
This commit is contained in:
iven
2026-05-21 08:08:47 +08:00
parent a3c84fc12a
commit 4d8658ae98
9 changed files with 40 additions and 36 deletions

View File

@@ -423,6 +423,8 @@ pub async fn list_action_items(
tenant_id.into(),
patient_val,
assigned_val,
(page_size as i64).into(),
(offset as i64).into(),
sug_val,
alert_val,
fu_val,