一致性核查bug

Uat_Study
hang 2022-06-14 17:10:17 +08:00
parent 55060e2eaf
commit 72870224b9
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
var excelExceptDB = etcVisitStudyList.Except(dbCheckList); var excelExceptDB = etcVisitStudyList.Except(dbCheckList);
//两者没有差别 //两者没有差别
if (dbExceptExcel.Count() == 0) if (dbExceptExcel.Count() == 0 && excelExceptDB.Count()==0)
{ {
dialogMsg.AppendLine($"核对EDC数据完全一致, 审核通过"); dialogMsg.AppendLine($"核对EDC数据完全一致, 审核通过");