jiangshuai
2023-11-15 611992b818b4a43cb3c1c4a5042b582313c37ff3
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