新增了明细题库的排序

This commit is contained in:
wucongxing8150 2024-11-08 13:46:18 +08:00
parent 8cafd567d0
commit b26c58f9fb

View File

@ -217,6 +217,7 @@ func (r *QuestionQaItemDao) GetQuestionQaItemPageSearch(req requests.GetQuestion
}
// 排序
query = query.Order("is_must_select desc")
query = query.Order("created_at desc")
// 查询总数量