Commit 01ce21ce authored by chenweijian's avatar chenweijian

加入家族审核

parent cdb3f28d
...@@ -1096,7 +1096,7 @@ func GroupPowerApplyPass(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -1096,7 +1096,7 @@ func GroupPowerApplyPass(c *gin.Context) (*mycontext.MyContext, error) {
return err return err
} }
// 删除他在其他家族未处理的申请 // 删除他在其他家族未处理的申请
err = groupPower_m.DelGroupPowerApplyJoinNoDeal(model, userId) err = groupPower_m.DelGroupPowerApplyJoinNoDeal(model, apply.UserId)
if err != nil { if err != nil {
return err return 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