Commit 3198237f authored by chenweijian's avatar chenweijian

派对邀请

parent c3d71b31
......@@ -191,7 +191,7 @@ func InviteApplyList(c *gin.Context) (*mycontext.MyContext, error) {
for _, v := range list {
uids = append(uids, v.UserId, v.NewUserId)
}
users, err := user_c.GetUserTinyMap(model, uids, false)
users, err := user_c.GetUserTinyMap(model, uids, true)
if err != nil {
model.Log.Errorf("GetApplyList param:%v, err:%v", param, err)
return myCtx, err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment