mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
getui
This commit is contained in:
parent
4264cd8830
commit
13473eeb4d
@ -656,7 +656,7 @@ func (s *groupServer) GetGroupById(_ context.Context, req *pbGroup.GetGroupByIdR
|
|||||||
}}
|
}}
|
||||||
group, err := imdb.GetGroupById(req.GroupId)
|
group, err := imdb.GetGroupById(req.GroupId)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "GetGroupById error", err.Error())
|
log.NewError(req.OperationID, utils.GetSelfFuncName(), "GetGroupById error", err.Error())
|
||||||
return resp, http.WrapError(constant.ErrDB)
|
return resp, http.WrapError(constant.ErrDB)
|
||||||
}
|
}
|
||||||
resp.CMSGroup.GroupInfo = &open_im_sdk.GroupInfo{
|
resp.CMSGroup.GroupInfo = &open_im_sdk.GroupInfo{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user