iven
1982698b79
fix(health): 患者摘要列表按 user_id 过滤
小程序 loadPatients() 现在只获取当前登录用户关联的患者,
不再返回整个租户的所有患者。修复 wx_7141 上传数据写到
错误 patient 记录下的问题。
- PatientListParams 增加 user_id 可选参数
- list_summaries 增加 user_id 过滤条件
- 小程序 getPatientSummaries 传入 userId
- auth store loadPatients 传入当前 user.id
2026-06-05 10:51:17 +08:00
..
2026-05-22 19:15:41 +08:00
2026-05-27 19:37:25 +08:00
2026-05-24 11:32:40 +08:00
2026-05-25 13:44:00 +08:00
2026-05-31 21:48:06 +08:00
2026-06-05 10:51:17 +08:00
2026-06-05 10:51:17 +08:00
2026-05-22 08:41:12 +08:00
2026-05-25 13:44:00 +08:00
2026-05-30 13:36:57 +08:00
2026-05-25 13:45:46 +08:00
2026-05-09 22:17:58 +08:00
2026-05-24 11:32:40 +08:00
2026-05-17 00:51:07 +08:00