修改保存bug

This commit is contained in:
2024-05-16 14:16:57 +08:00
parent a055d1c668
commit fc22ec0672
3 changed files with 35 additions and 4 deletions
@@ -392,13 +392,14 @@ namespace IRaCIS.Core.Application.Service
}
await _visitTaskRepository.SaveChangesAsync();
}
}
await _visitTaskRepository.SaveChangesAsync();
}
@@ -601,6 +601,7 @@ namespace IRaCIS.Core.Application
await _readingQuestionCriterionTrialRepository.UpdatePartialFromQueryAsync(inDto.TrialReadingCriterionId, x => new ReadingQuestionCriterionTrial()
{
CriterionModalitys=inDto.CriterionModalitys,
ReadingTool = inDto.ReadingTool,
IsReadingPeriod = inDto.IsReadingPeriod,
//DigitPlaces=inDto.DigitPlaces,