jiangshuai
2023-11-15 b13834f8c0b4a0fe9928cb07a721e6ec7df86ae1
controllers/report_forms_controller.go
@@ -166,7 +166,7 @@
   if params.PageInfo.Check() {
      detailsSearch.SetPage(params.Page, params.PageSize)
   }
   details, total, err := detailsSearch.SetProductId(params.ProduceId).Find()
   details, total, err := detailsSearch.SetPreload(true).SetProductId(params.ProduceId).Find()
   if err != nil {
      util.ResponseFormat(c, code.RequestParamError, "查询操作详情失败")
      return