修改标签124

This commit is contained in:
wucongxing8150 2024-10-12 17:40:54 +08:00
parent c59b1b2c65
commit 04641bfc97

View File

@ -497,7 +497,7 @@ func (r *QuestionService) PutQuestion(questionId int64, req requests.PutQuestion
return false, errors.New(err.Error()) return false, errors.New(err.Error())
} }
//tx.Commit() tx.Commit()
return true, nil return true, nil
} }