From 11395d8e5fa44d579ef7ae6fbb79f81e80e734d5 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 28 Sep 2023 09:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/LuganoCalculateService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index d81f46d57..2a1e48f84 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -958,6 +958,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate VisitTaskId= visitTaskId, FirstAddTaskId=x.FirstAddTaskId, QuestionId=x.QuestionId, + QuestionType=x.QuestionType, }).ToListAsync();