liujiandao
2023-12-15 5b8f003464bd55678862534232228f61745ffafe
service/receipt.go
@@ -135,6 +135,8 @@
      SetPage(params.Page, params.PageSize).
      SetSourceType(params.SourceType).
      SetSourceId(params.SourceId).
      SetClientId(params.ClientId).
      SetPrincipalIds(params.PrincipleIds).
      Find()
   if err != nil {
      return nil, 0, ecode.DBErr