华佗
c9e8729d07
fix: Bug#704 文化程度字典key修正 + 死亡时间日期格式兼容
问题:
1. 修改患者弹窗文化程度下拉无数据
根因:前端查询字典key为education_level,数据库实际为educational_level
2. 填写死亡时间保存时JSON解析报错
根因:el-date-picker用YYYY/MM/DD格式,后端期望yyyy-MM-dd HH:mm:ss
修复:
- 前端:字典key修正为educational_level,降级数据与数据库对齐
- 前端:el-date-picker value-format改为YYYY-MM-DD HH:mm:ss
- 前端:submitForm增加deceasedDate格式标准化兜底
- 后端:PatientBaseInfoDto deceasedDate改用FlexibleDateDeserializer兼容多格式
- 新增FlexibleDateDeserializer支持yyyy-MM-dd和yyyy/MM/dd等格式
2026-06-08 16:36:57 +08:00
..
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-08 16:36:57 +08:00
2026-06-05 17:15:39 +08:00
2026-06-08 15:24:26 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-06 20:05:44 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-08 08:53:36 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00