增加用户身份认证相关接口

This commit is contained in:
GoEdgeLab
2022-07-17 11:00:14 +08:00
parent 0e12740fd0
commit a2f8cf09a9
12 changed files with 529 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ func (this *PlanDAO) ListEnabledPlans(tx *dbs.Tx, offset int64, size int64) (res
Limit(size).
Slice(&result).
Desc("order").
DescPk().
AscPk().
FindAll()
return
}