Commit 49443135 authored by chenweijian's avatar chenweijian

家族

parent 137c7c80
...@@ -786,7 +786,7 @@ func GroupPowerInfo(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -786,7 +786,7 @@ func GroupPowerInfo(c *gin.Context) (*mycontext.MyContext, error) {
info.Role = int(myGroupPUser.Role) info.Role = int(myGroupPUser.Role)
} else { } else {
// 是否申请了加入 // 是否申请了加入
apply, err := groupPower_m.GetGroupPowerApplyJoin(model, myUserId, info.Id, -1) apply, err := groupPower_m.GetGroupPowerApplyJoin(model, myUserId, info.Id, 0)
if err != nil { if err != nil {
return myContext, err 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