fix
wangpengfei
2023-08-14 7008089d9afcf41b28bb1d27d8923e9dfb031a19
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