DengBiao 1 anno fa
parent
commit
f84b492b8b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      internal/logic/app/group_app.go

+ 1
- 1
internal/logic/app/group_app.go Vedi File

@@ -218,7 +218,7 @@ func (*groupApp) SetGroupMemberBanned(ctx context.Context, optId, groupId int64,
}

// 查询被禁言的成员列表
group, err = repo.GroupRepo.Get(groupId)
group, err = repo.GroupRepo.GetForBanned(groupId)
if err != nil {
return nil, err
}


Caricamento…
Annulla
Salva