修改一版

Uat_Study
he 2022-10-19 16:46:05 +08:00
parent a6f017d5b3
commit 34047fd3ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{