feat(admin): 仓库产品列表增加分类搜索功能 #23

Merged
mkm merged 1 commits from dev into main 2025-04-18 13:48:47 +08:00
Owner
  • 添加了根据分类 ID 进行搜索的功能
  • 如果请求中包含 'class_all' 参数,则在查询中加入相应的条件
  • 通过 StoreProduct 模型获取符合条件的产品 ID 列表
  • 如果没有符合条件的产品,则返回空数组
- 添加了根据分类 ID 进行搜索的功能 - 如果请求中包含 'class_all' 参数,则在查询中加入相应的条件 - 通过 StoreProduct 模型获取符合条件的产品 ID 列表 - 如果没有符合条件的产品,则返回空数组
mkm added 1 commit 2025-04-18 13:48:34 +08:00
- 添加了根据分类 ID 进行搜索的功能
- 如果请求中包含 'class_all' 参数,则在查询中加入相应的条件
- 通过 StoreProduct 模型获取符合条件的产品 ID 列表
- 如果没有符合条件的产品,则返回空数组
mkm merged commit 6d67d00c63 into main 2025-04-18 13:48:47 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mkm/multi-store#23
No description provided.