Commit Graph

13 Commits (c72c71ff13981bcf9aa477e933633cf90ec1cb71)

Author SHA1 Message Date
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
risingLee 4d4908bb2f 修复bug 2026-01-04 23:56:11 +08:00
risingLee 49a9cfc035 as_query 方法的参数类型定义有问题。receipt_id: int = None 应该是 receipt_id: Optional[int] = None 2026-01-04 16:16:03 +08:00
risingLee 44522f2572 修复了测试工单统计的错误 2025-12-30 15:52:51 +08:00
risingLee 4f5540b814 样品型号和硬件版本号的筛选添加 2025-12-30 15:29:45 +08:00
risingLee 94fdd9a38c 在样品管理页面添加备注列 2025-12-30 12:24:23 +08:00
risingLee a5e2bfef4b 批量添加样品功能 2025-12-29 23:16:42 +08:00
risingLee 120a17f55a 全局配置修改 2025-12-29 22:50:08 +08:00
risingLee 2e712817a1 全局禁用对话框点击遮罩层关闭 2025-12-29 22:36:33 +08:00
risingLee 753dd62511 数据库字段与VO模型不匹配导致的序列化错误
 空值处理不当导致的异常
 缺少事务回滚机制
 错误信息不清晰
 样品数量计算可能返回None
2025-12-29 22:22:13 +08:00
risingLee 3d82c0ea1e 首次提交 2025-12-19 10:12:59 +08:00
risingLee be507f6122 no message 2025-12-19 10:10:05 +08:00
risingLee a0736aa8dc 12 2025-12-19 10:09:02 +08:00