From 72870224b9e183e67a5c07f33051bc56c65324a1 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 14 Jun 2022 17:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=E6=A0=B8=E6=9F=A5bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_MediatR/Handlers/ConsistencyVerificationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs index 812980303..f44efb06c 100644 --- a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs +++ b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs @@ -146,7 +146,7 @@ namespace IRaCIS.Core.Application.MediatR.Handlers var excelExceptDB = etcVisitStudyList.Except(dbCheckList); //两者没有差别 - if (dbExceptExcel.Count() == 0) + if (dbExceptExcel.Count() == 0 && excelExceptDB.Count()==0) { dialogMsg.AppendLine($"核对EDC数据,完全一致, 审核通过");