From 21c9f4a82aaf4b1a22c36072108ef1f540fd71ea Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 18 Nov 2022 16:17:29 +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 --- .../Service/ReadingCalculate/PCWG3CalculateService.cs | 2 +- .../Service/TrialSiteUser/TrialConfigService.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs index cb64b2852..5e14eadbe 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/PCWG3CalculateService.cs @@ -175,7 +175,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate OrderMark = x.OrderMark, ValueType = x.ValueType, Unit = x.Unit, - CustomUnit=x.Unit, + CustomUnit=x.CustomUnit, ReportLayType = ReportLayType.Question, }).ToList(); diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs index 9805bb790..07dcc5c1a 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs @@ -140,8 +140,6 @@ namespace IRaCIS.Core.Application [HttpPost] public async Task GetCriterionReadingInfo(GetTrialReadingInfoInDto inDto) { - - var trialCriterion = await _readingQuestionCriterionTrialRepository.Where(x => x.Id == inDto.TrialReadingCriterionId).FirstNotNullAsync();