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

This commit is contained in:
he
2024-09-03 13:29:47 +08:00
parent a5ef0fc902
commit 15414365ec
@@ -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);