修正了修改题目时图片的问题
This commit is contained in:
parent
30c8e3a9a5
commit
cffc27faf9
@ -489,6 +489,8 @@ func (r *QuestionService) PutQuestion(questionId int64, req requests.PutQuestion
|
||||
}
|
||||
|
||||
questionData["question_image"] = strings.Join(result, ",")
|
||||
} else {
|
||||
questionData["question_image"] = nil
|
||||
}
|
||||
|
||||
// 答案
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user