前端样式修改

This commit is contained in:
pixel
2019-09-30 18:04:40 +08:00
parent 6a0ba661ac
commit a1dc1ef49a
4 changed files with 43 additions and 32 deletions

View File

@@ -54,7 +54,7 @@ func (a *Api) GetInfoList(info modelInterface.PageInfo) (err error, list interfa
return
} else {
var apiList []Api
err = db.Order("group").Find(&apiList).Error
err = db.Order("group",true).Find(&apiList).Error
return err, apiList, total
}
}