修改一版
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user