Merge branch 'v2.3.0release' into del

pull/351/head
wangchuxiao 3 years ago
commit b23f10ecde

@ -452,7 +452,7 @@ func (s *userServer) UpdateUserInfo(ctx context.Context, req *pbUser.UpdateUserI
OpUserID: req.OpUserID, OpUserID: req.OpUserID,
}) })
if err != nil { if err != nil {
log.NewError(req.OperationID, utils.GetSelfFuncName(), "UpdateOrganizationUser failed") log.NewError(req.OperationID, utils.GetSelfFuncName(), "UpdateOrganizationUser failed", err.Error())
} else { } else {
if out.ErrCode == 0 { if out.ErrCode == 0 {
chat.OrganizationNotificationToAll(req.OpUserID, req.OperationID) chat.OrganizationNotificationToAll(req.OpUserID, req.OperationID)

Loading…
Cancel
Save