wangpengfei
2023-08-15 bebe4bdd4595eec0d3e6dd9d77072a12586b6ccf
api/v1/collectionProjection.go
@@ -125,7 +125,7 @@
      return
   }
   total, errCode, list := collectionProjectionService.GetCollectionProjectionList(params.Page, params.PageSize)
   total, errCode, list := collectionProjectionService.GetCollectionProjectionList(params.Page, params.PageSize, params.SearchMap)
   if errCode != ecode.OK {
      ctx.Fail(errCode)
      return