Merge branch 'dev_search_zmember' into test
This commit is contained in:
commit
9eb33012fd
|
@ -149,7 +149,9 @@ func (p *Account) OpListByUserId(ctx *gin.Context, req *accountproto.OpListByUse
|
||||||
logger.Error("GetAccountListByUserId fail, err: %v", err)
|
logger.Error("GetAccountListByUserId fail, err: %v", err)
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
if list != nil {
|
||||||
_ = mediafiller.FillEntity(ctx, list.Avatar)
|
_ = mediafiller.FillEntity(ctx, list.Avatar)
|
||||||
|
}
|
||||||
return list, nil
|
return list, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue