This commit is contained in:
lwl0608 2024-09-02 15:47:30 +08:00
parent 82241a8574
commit dfe974827b
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ func (p *Account) OpListByUserId(ctx *gin.Context, req *accountproto.OpListByUse
logger.Error("GetAccountListByUserId fail, err: %v", err)
return nil, err
}
_ = mediafiller.FillEntity(ctx, list.Avatar)
return list, nil
}