Commit 4ffa84c3 authored by chenweijian's avatar chenweijian

家族

parent 618376b6
...@@ -1072,6 +1072,9 @@ func GroupPowerApplyList(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -1072,6 +1072,9 @@ func GroupPowerApplyList(c *gin.Context) (*mycontext.MyContext, error) {
if err != nil { if err != nil {
return myContext, err return myContext, err
} }
if pageIndex == 1 {
pageIndex = 0
}
model := domain.CreateModelContext(myContext) model := domain.CreateModelContext(myContext)
// 判断是否加入了家族 // 判断是否加入了家族
......
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