一致性核查bug
This commit is contained in:
@@ -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数据,完全一致, 审核通过");
|
||||
|
||||
Reference in New Issue
Block a user