From 8d7640df954c33b8876c8755b4e86971b17ebf07 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 27 Jul 2022 09:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 14 +++++++------- .../Service/Reading/ReadingImageTaskService.cs | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 79b455e5d..dcf371494 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -4940,13 +4940,6 @@ - - - 配置项目 裁判任务 分配规则 - - - - 添加访视计划 要给改项目下的所有Subject 添加该访视 @@ -5809,6 +5802,13 @@ + + + 获取系统的阅片问题 + + + + 获取阅片任务和答案 diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 0c0fd12f7..5c9b11fca 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -643,6 +643,7 @@ namespace IRaCIS.Application.Services TypeValue = data.TypeValue, Answer = string.Empty, PageShowOrder = data.ShowOrder, + Type=data.Type, }; var qusetionList = await query.OrderBy(x => x.ShowOrder).ToListAsync();