修改一版
parent
a6f017d5b3
commit
34047fd3ba
|
@ -295,7 +295,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
// 需要判断是否添加肿瘤学任务
|
// 需要判断是否添加肿瘤学任务
|
||||||
var taskInfo = await _visitTaskRepository.Where(x => x.JudgeVisitTaskId == inDto.VisitTaskId).FirstNotNullAsync();
|
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)
|
if (taskInfo.SouceReadModuleId == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue