iven
84fafb0bc5
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled
fix(web+health): 修复咨询轮询 temp ID 400 + 健康数据统计 500
- ConsultationDetail: 轮询取 lastId 时过滤 temp_ 前缀的乐观消息 ID,
避免将非法 UUID 传给 after_id 参数导致后端 400
- stats_service: count_abnormal_lab_items 和 compute_daily_report_rate
中 SQL 字面量 0 类型为 INT4,与 Rust i64 (INT8) 不匹配,
改为 0::bigint 确保类型兼容
2026-04-30 12:27:56 +08:00
..
2026-04-29 17:00:24 +08:00
2026-04-28 11:23:53 +08:00
2026-04-30 11:02:36 +08:00
2026-04-30 10:21:05 +08:00
2026-04-30 10:22:14 +08:00
2026-04-30 12:27:56 +08:00
2026-04-30 08:31:12 +08:00
2026-04-26 19:52:42 +08:00
2026-04-28 12:12:47 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-27 12:34:52 +08:00
2026-04-15 00:49:20 +08:00
2026-04-30 10:37:43 +08:00
2026-04-28 18:04:06 +08:00