liujiandao
2023-11-14 d6f4e3fe92d1da0c028ac61289a759cc4b8c993e
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