一致性核查bug
parent
55060e2eaf
commit
72870224b9
|
@ -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数据,完全一致, 审核通过");
|
||||||
|
|
Loading…
Reference in New Issue