Commit 375455a3 authored by hujiebin's avatar hujiebin

家族成员就能看

parent 7015058e
......@@ -70,7 +70,7 @@ func GroupPowerRank(c *gin.Context) (*mycontext.MyContext, error) {
if err != nil {
return myContext, err
}
if myGroupPower != nil && myGroupPower.Role == groupPower_e.GroupPowerUserRoleMgr {
if myGroupPower != nil {
myGroupPowerRank, err := groupPower_m.GetMyGroupPowerExpRank(model, beginDate, endDate, myGroupPower.GroupPowerId)
if err != nil {
return myContext, 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