Uat_Study
parent
5cc70ca317
commit
8962d20ff8
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue