This commit is contained in:
he
2023-01-06 11:32:48 +08:00
parent 6738f6a90a
commit aac6a9a279
2 changed files with 26 additions and 1 deletions
@@ -277,7 +277,12 @@ namespace IRaCIS.Application.Services
foreach (var item in criterionDic)
{
result[item.Key] = item.Value;
if (result.ContainsKey("item.Key"))
{
result[item.Key] = item.Value;
}
}
return result;