kkfluous
40ea4fabd6
修复车辆模块字段映射问题
- 修正 VehicleBaseDO:删除不存在的 vehicleNo、noticeModel 等字段,添加 vehicleModelId
- 修正 VehicleLocationDO:使用 vehicleId 替代 vin
- 修正 VehicleBusinessDO:使用 vehicleId 替代 vin,更新字段为实际表结构
- 修正 VehicleStatusDO:使用 vehicleId 替代 vin,更新字段为实际表结构
- 更新所有 Mapper:selectByVins -> selectByVehicleIds
- 更新 Service:使用 vehicleId 作为关联键
- 更新 VehicleRespVO:字段与数据库表结构对应
- 完善 VehicleConvert:补充位置、业务、状态信息的映射
测试结果:
- ✅ 分页查询接口正常(100条测试数据)
- ✅ 精简列表接口正常
- ✅ 车型参数接口正常
2026-03-12 13:55:37 +08:00
..
2026-03-12 03:04:11 +08:00
2026-03-12 13:55:37 +08:00
2026-03-12 03:04:11 +08:00