From 1225d18e7566bd5d15ff2bcae86767feb2e93bc9 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 6 Jan 2023 11:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Common/DictionaryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Common/DictionaryService.cs b/IRaCIS.Core.Application/Service/Common/DictionaryService.cs index e70198a98..995217b61 100644 --- a/IRaCIS.Core.Application/Service/Common/DictionaryService.cs +++ b/IRaCIS.Core.Application/Service/Common/DictionaryService.cs @@ -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; }