f
This commit is contained in:
@@ -449,8 +449,8 @@ func (s *ProductManagementService) GetAllProductsForDictionary(ctx context.Conte
|
||||
|
||||
options := interfaces.ListOptions{
|
||||
Page: 1,
|
||||
PageSize: 1000, // 获取所有产品
|
||||
Sort: "category.sort", // 按分类的排序字段排序
|
||||
PageSize: 1000, // 获取所有产品
|
||||
Sort: "id", // 按产品ID排序,避免JOIN问题
|
||||
Order: "asc",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user