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