zhangqian
2024-07-31 155f70979af20ca520a55b89c6ec8cd46c43f8a5
controllers/location_product_amount.go
@@ -181,6 +181,7 @@
      SetPage(params.Page, params.PageSize).
      SetOrder("id desc").
      SetPreload(true).
      SetCategoryIds(params.CategoryIds).
      FindByPage()
   if err != nil {
      util.ResponseFormat(c, code.InternalError, "查询失败")