e5fb8a3350d62604b0a4fb428d2cab1eb70b0200
根因: DoctorStationLabApplyItemDto.isPackage 为 Boolean 类型, 前端可能传 String 导致 Jackson 反序列化失败 修复: - DoctorStationLabApplyItemDto: isPackage 改为 String 类型 - DoctorStationLabApplyDto: 加 @JsonIgnoreProperties(ignoreUnknown = true) - DoctorStationLabApplyServiceImpl: setIsPackage 参数适配 编译验证通过
Description
No description provided
Languages
Java
47.5%
Vue
45.4%
JavaScript
4.4%
Python
1.3%
HTML
0.6%
Other
0.7%