Commit 47229384 authored by hujiebin's avatar hujiebin

Update group_star.go

parent 375455a3
...@@ -135,6 +135,9 @@ func GetGroupPowerStarRankPeriod(model *domain.Model, period string, groupPowerI ...@@ -135,6 +135,9 @@ func GetGroupPowerStarRankPeriod(model *domain.Model, period string, groupPowerI
model.Log.Errorf("GetGroupPowerStarRankPeriod fail:%v", err) model.Log.Errorf("GetGroupPowerStarRankPeriod fail:%v", err)
return res, err return res, err
} }
for i := range res {
res[i].Type = _type
}
return res, nil return res, nil
} }
......
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