Uat_Study
parent
aac6a9a279
commit
1225d18e75
|
@ -277,7 +277,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
foreach (var item in criterionDic)
|
||||
{
|
||||
if (result.ContainsKey("item.Key"))
|
||||
if (result.ContainsKey(item.Key))
|
||||
{
|
||||
result[item.Key] = item.Value;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue