From d49640de704fe6cb9d264deac3d1247b233e8379 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 8 Nov 2022 16:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/ReadingImageTask/ReadingGlobalTaskService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingGlobalTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingGlobalTaskService.cs index 2c9ea39f..ab97ea5c 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingGlobalTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingGlobalTaskService.cs @@ -175,7 +175,7 @@ namespace IRaCIS.Application.Services QuestionName = "是否同意访视整体评估", Type = "input", GlobalAnswerType=GlobalAnswerType.AgreeOrNot, - + GlobalReadingShowType= GlobalReadingShowType.AllShow, } }; @@ -197,6 +197,7 @@ namespace IRaCIS.Application.Services QuestionName = item.QuestionName, Type = "input", GlobalAnswerType = item.GlobalAnswerType, + GlobalReadingShowType= GlobalReadingShowType.AllShow, }); }