wangpengfei
2023-08-17 06c0b03df2955475fe39ff2a793a5f151f4da99f
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