From f88ef2f3fc7407f6716ac3e75ce2dae8cc87daa3 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 5 Mar 2024 18:05:08 +0800 Subject: [PATCH] =?UTF-8?q?lugano=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/LuganoCalculateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs index 92c7f4814..4fab256f0 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs @@ -1214,7 +1214,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate break; case SplitOrMergeType.MergeMain: case SplitOrMergeType.MergeMained: - x.SplitOrMergeType = SplitOrMergeType.MergeMain; + x.SplitOrMergeType = SplitOrMergeType.MergeMained; break; default: x.SplitOrMergeType = null;