chenqi 690e7ca22c fix(charge): 门诊日结 groupingBy null key 修复
Collectors.groupingBy 遇到 contractNo/busNo 为 null 的元素会抛
NullPointerException: Element cannot be mapped to a null key

修复: 在 groupingBy 前增加 .filter(e -> key != null && !key.isEmpty())
2026-06-15 16:47:44 +08:00
2026-06-15 15:01:52 +08:00
Description
No description provided
328 MiB
Languages
Java 46.8%
Vue 46.3%
JavaScript 4.3%
Python 1.2%
HTML 0.6%
Other 0.7%