Uat_Study
he 2022-10-14 18:01:10 +08:00
parent 5cc70ca317
commit 8962d20ff8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{ {
CriterionType thisCriterionType = criterionType.Value; CriterionType thisCriterionType = criterionType.Value;
Type thisServiceType = CalculateServiceDic[thisCriterionType]; Type thisServiceType = CalculateServiceDic[thisCriterionType];
_useCriterion = _criterionServices.FirstOrDefault(x => x.GetType().Name == nameof(thisServiceType) + "Proxy"); _useCriterion = _criterionServices.FirstOrDefault(x => x.GetType().Name == thisServiceType.GetType().Name + "Proxy");
if (criterionType == null) if (criterionType == null)
{ {