zhangqian
2024-07-31 076f911a3b8d09364d1d8c98a92b48e601ae6a21
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, "查询失败")