修改一版
This commit is contained in:
@@ -295,7 +295,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
// 需要判断是否添加肿瘤学任务
|
||||
var taskInfo = await _visitTaskRepository.Where(x => x.JudgeVisitTaskId == inDto.VisitTaskId).FirstNotNullAsync();
|
||||
if (taskInfo.ReadingCategory == ReadingCategory.Global)
|
||||
if (taskInfo.ReadingCategory == ReadingCategory.Judge)
|
||||
{
|
||||
if (taskInfo.SouceReadModuleId == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user