肿瘤学修改
This commit is contained in:
@@ -3008,7 +3008,7 @@ namespace IRaCIS.Application.Services
|
||||
// 添加肿瘤学
|
||||
if (await _visitTaskRepository.AnyAsync(x => x.Id == visitTaskId && x.JudgeVisitTaskId == null))
|
||||
{
|
||||
await AddOncologyTask(needReadList.First().ReadModuleId);
|
||||
await AddOncologyTask(needReadList.Where(x=> x.ReadingCategory == ReadingCategory.Oncology).First().ReadModuleId);
|
||||
}
|
||||
}
|
||||
//needReadList = needReadList.Where(x => _visitTaskRepository.Where(y => y.SouceReadModuleId == x.ReadModuleId).Count() == 0).ToList();
|
||||
|
||||
Reference in New Issue
Block a user