Compare commits

..

No commits in common. "9a488610da894800193ee357b187c91153c70aa7" and "fbeaec2820c11dd46e8d56fda12de14361ca4336" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace IRaCIS.Core.Application.MassTransit.Consumer
foreach (var sv in svExcelGroup)
{
//Excel 的数据 在IRC 中可以找到该访视(一致性核查中,或者待核查)
//Excel 的数据 在IRC 中可以找到该访视
if (dbCheckList.Any(t => t.SubjectCode == sv.SubjectCode && t.SiteCode == sv.SiteCode && t.VisitName == sv.VisitName))
{