Files
jiu/backend/internal
wangjia 7c57f14a31 feat(backend): 库存搜索框支持按生产日期检索
- List 关键词查询在 名称/编码/拼音/首字母 之外增加生产日期匹配
  CAST(COALESCE(DATE(sii.production_date),DATE(inv.production_date)) AS CHAR) LIKE
  支持输入 年/年月/完整日期(2010 · 2010-06 · 2010-06-04),UI 无需改动
- 口径与列表显示/排序一致(入库明细快照优先,回退库存行快照)
- 加回归测试 TestInventoryHandler_List_SearchByProductionDate

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bupi8Kdqkfx2N5acFsHTx5
2026-09-07 09:18:09 +08:00
..