Uat_Study
he 2022-10-11 10:50:36 +08:00
parent 8354b0691c
commit ce26622f97
2 changed files with 2 additions and 1 deletions

View File

@ -345,6 +345,7 @@ namespace IRaCIS.Application.Services
SubjectId = readModuleData.SubjectId,
VisitNum=readModuleData.VisitNum,
ReadingName = readModuleData.ModuleName,
ReadModuleId =readModuleData.Id,
ReadingCategory = ReadingCategory.Oncology,
}

View File

@ -2619,7 +2619,7 @@ namespace IRaCIS.Application.Services
// 判断阅片是否完成
if (judgeVisitTaskId == null && (await _visitTaskRepository.Where(x => x.SouceReadModuleId == globalreadModuleId && x.TaskState == TaskState.Effect && x.ReadingCategory == ReadingCategory.Global
&& x.ReadingTaskState == ReadingTaskState.HaveSigned && !x.IsAnalysisCreate
&& x.ReadingTaskState == ReadingTaskState.HaveSigned && !x.IsAnalysisCreate&&x.TrialReadingCriterionId== readModuleInfo.TrialReadingCriterionId
).CountAsync() == (int)readingType))
{