From fe4160571ef689c240bd9b6562ca6ec371043def Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 14 Oct 2022 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/ReadingCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs index 70e8f8432..200b43e27 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/ReadingCalculateService.cs @@ -71,7 +71,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { CriterionType thisCriterionType = criterionType.Value; Type thisServiceType = CalculateServiceDic[thisCriterionType]; - _useCriterion = _criterionServices.FirstOrDefault(x => x.GetType().Name == thisServiceType.GetType().Name + "Proxy"); + _useCriterion = _criterionServices.FirstOrDefault(x => x.GetType().Name == thisServiceType.Name + "Proxy"); if (criterionType == null) {