修改
This commit is contained in:
@@ -189,7 +189,7 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
await _readingQuestionTrialRepository.UpdatePartialFromQueryAsync(inDto.ReadingQuestionTrialId, x => new ReadingQuestionTrial()
|
||||
{
|
||||
AnswerGroup = inDto.AnswerGroup.ToString()
|
||||
AnswerGroup = JsonConvert.SerializeObject(inDto.AnswerGroup)
|
||||
}) ;
|
||||
|
||||
var result = await _readingQuestionTrialRepository.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user