修改
This commit is contained in:
@@ -251,7 +251,7 @@ namespace IRaCIS.Application.Services
|
||||
ReadModule readModule = null;
|
||||
if (inDto.ReadingId != null)
|
||||
{
|
||||
readModule = await _readModuleRepository.Where(x => x.Id ==inDto.ReadingId).FirstNotNullAsync();
|
||||
readModule = await _readModuleRepository.Where(x => x.Id ==inDto.ReadingId).FirstOrDefaultAsync();
|
||||
}
|
||||
|
||||
Dictionary<ModuleTypeEnum, ClinicalLevel> keyValuePairs = new Dictionary<ModuleTypeEnum, ClinicalLevel>();
|
||||
|
||||
Reference in New Issue
Block a user