3
This commit is contained in:
parent
529de0728d
commit
3855912448
@ -340,7 +340,7 @@ func (r *QuestionQaService) PutQuestionQa(qaId int64, req requests.PutQuestionQa
|
||||
return false, errors.New("您修改了题目数量,无法正常修改该题库,请重新生成")
|
||||
}
|
||||
|
||||
questionQaData["qa_quantity"] = req.QaQuantity
|
||||
questionQaData["qa_quantity"] = qaQuantity
|
||||
|
||||
if req.QaType == 2 {
|
||||
questionQaData["token_num"] = req.TokenNum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user