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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user