ETest-Vue-FastAPI/ruoyi-fastapi-backend/module_admin
risingLee c72c71ff13 Use model_dump(exclude_unset=True, by_alias=True) to get camelCase keys when constructing EditWarehouseSampleModel
Check for 'sampleId' (camelCase) instead of 'sample_id'
For new samples, use a separate model_dump() without by_alias=True to get snake_case keys for the DO object
2026-01-05 15:22:58 +08:00
..
annotation 首次提交 2025-12-19 10:12:59 +08:00
aspect 首次提交 2025-12-19 10:12:59 +08:00
controller 修复bug 2026-01-04 23:56:11 +08:00
dao 修复bug 2026-01-04 23:56:11 +08:00
entity as_query 方法的参数类型定义有问题。receipt_id: int = None 应该是 receipt_id: Optional[int] = None 2026-01-04 16:16:03 +08:00
service Use model_dump(exclude_unset=True, by_alias=True) to get camelCase keys when constructing EditWarehouseSampleModel 2026-01-05 15:22:58 +08:00
system 修复了测试工单统计的错误 2025-12-30 15:52:51 +08:00