华佗
e5fb8a3350
fix(#632): 检验申请单保存 JSON 反序列化异常 — isPackage 字段类型兼容
根因: DoctorStationLabApplyItemDto.isPackage 为 Boolean 类型,
前端可能传 String 导致 Jackson 反序列化失败
修复:
- DoctorStationLabApplyItemDto: isPackage 改为 String 类型
- DoctorStationLabApplyDto: 加 @JsonIgnoreProperties(ignoreUnknown = true)
- DoctorStationLabApplyServiceImpl: setIsPackage 参数适配
编译验证通过
2026-06-10 10:34:39 +08:00
..
2026-06-10 08:37:25 +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-09 16:37:59 +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-10 10:34:39 +08:00
2026-06-10 09:00:12 +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