瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
f84b492b8b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      internal/logic/app/group_app.go

+ 1
- 1
internal/logic/app/group_app.go 查看文件

@@ -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
}


Loading…
取消
儲存