소스 검색

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
}


불러오는 중...
취소
저장