444
This commit is contained in:
parent
8d418d567a
commit
3f71498e23
@ -358,7 +358,7 @@ func (r *QuestionQaService) PutQuestionQa(qaId int64, req requests.PutQuestionQa
|
||||
}
|
||||
|
||||
// 获取随机明细题目
|
||||
questions, err := questionDao.GetQuestionListRand(maps, req.QaQuantity*3)
|
||||
questions, err := questionDao.GetQuestionListRand(maps, item.Quantity)
|
||||
if err != nil {
|
||||
tx.Rollback()
|
||||
return false, err
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user