修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-03 13:29:47 +08:00
parent a5ef0fc902
commit 15414365ec
1 changed files with 1 additions and 1 deletions

View File

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