This commit is contained in:
he
2023-01-06 11:34:27 +08:00
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;
}