根因: DoctorStationLabApplyItemDto.isPackage 为 Boolean 类型, 前端可能传 String 导致 Jackson 反序列化失败 修复: - DoctorStationLabApplyItemDto: isPackage 改为 String 类型 - DoctorStationLabApplyDto: 加 @JsonIgnoreProperties(ignoreUnknown = true) - DoctorStationLabApplyServiceImpl: setIsPackage 参数适配 编译验证通过