dsmzx
2024-06-26 5f7f65f00d4d1c280f8b09b73ef7dcfa2af0fd54
controllers/report_forms_controller.go
@@ -219,6 +219,12 @@
      util.ResponseFormat(c, code.RequestParamError, "参数解析失败,数据类型错误")
      return
   }
   if params.BaseOperationType == 0 {
      util.ResponseFormat(c, code.RequestParamError, "基础操作类型不能为空")
      return
   }
   historyFormsService := service.NewHistoryFormsService()
   list, err := historyFormsService.FetchAll(params)
   if err != nil {