chenqi
2a0303d0e6
fix(regdoctorstation): RegPrescriptionUtils groupingBy null key保护
Bug #674: 住院签发长期医嘱时 conditionDefinitionId/pharmacologyCategoryCode/therapyEnum 为 null
导致 Collectors.groupingBy 抛出 NPE 'element cannot be mapped to a null key'
修复:对齐门诊版 PrescriptionUtils 的 null 处理逻辑
- getConditionDefinitionId null -> 默认 0L
- getPharmacologyCategoryCode null -> 默认 '0'
- getTherapyEnum null -> 默认 0
- generatePrescriptionNo null/空 -> 走普通处方号
2026-06-17 09:32:46 +08:00
..
2026-06-10 08:37:25 +08:00
2026-06-05 13:36:28 +08:00
2026-06-16 16:08:40 +08:00
2026-06-15 15:40:26 +08:00
2026-06-15 15:40:26 +08:00
2026-06-15 16:48:27 +08:00
2026-06-15 15:40:26 +08:00
2026-06-05 13:36:28 +08:00
2026-06-15 15:40:26 +08:00
2026-06-17 09:32:46 +08:00
2026-06-15 15:40:26 +08:00
2026-06-16 13:38:05 +08:00
2026-06-10 16:05:30 +08:00
2026-06-05 13:36:28 +08:00
2026-06-10 17:01:52 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-10 16:05:30 +08:00
2026-06-13 19:45:46 +08:00
2026-06-13 19:45:46 +08:00