From 837a3f66d507b1e3855cd1de4a4d868dcda02af1 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Sun, 28 Sep 2025 13:48:00 +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 --- .../Service/ReadingCalculate/General/GeneralCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs index 6b910e772..7f4dbc542 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/GeneralCalculateService.cs @@ -548,7 +548,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate { if (notTurnedKeyList.ContainsKey(item2.Key)) { - column[item2.Key] = notTurnedKeyList[item.Key]; + column[item2.Key] = notTurnedKeyList[item2.Key]; } else {