新增了明细题库的排序
This commit is contained in:
parent
8cafd567d0
commit
b26c58f9fb
@ -217,6 +217,7 @@ func (r *QuestionQaItemDao) GetQuestionQaItemPageSearch(req requests.GetQuestion
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 排序
|
// 排序
|
||||||
|
query = query.Order("is_must_select desc")
|
||||||
query = query.Order("created_at desc")
|
query = query.Order("created_at desc")
|
||||||
|
|
||||||
// 查询总数量
|
// 查询总数量
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user