fix: 审计修复 — SSE事件监听 + 软删除列表 + 页面配置
- [HIGH] 前端 SSE store 补充 alert/vital_update 事件监听 - [LOW] seed.rs 软删除列表补充 device_readings - [LOW] 小程序 device-sync 补充 index.config.ts 页面配置
This commit is contained in:
@@ -151,6 +151,7 @@ pub async fn soft_delete_tenant_data(
|
||||
"alerts",
|
||||
"patient_devices",
|
||||
"vital_signs_hourly",
|
||||
"device_readings",
|
||||
];
|
||||
|
||||
for table in tables_to_soft_delete {
|
||||
|
||||
Reference in New Issue
Block a user