修改一版
This commit is contained in:
@@ -118,7 +118,7 @@ namespace IRaCIS.Core.Application.Services
|
||||
if (dbBeforeEntity.IsFinalVisit == false && svCommand.IsFinalVisit == true)
|
||||
{
|
||||
|
||||
ReadingPeriodSet? readingPeriodSet = await _readingPeriodSetRepository.FirstOrDefaultNoTrackingAsync(x => x.TrialId == dbBeforeEntity.TrialId && x.ReadingPeriodName == "Global");
|
||||
ReadingPeriodSet? readingPeriodSet = await _readingPeriodSetRepository.FirstOrDefaultNoTrackingAsync(x => x.TrialId == dbBeforeEntity.TrialId && x.IsGlobal);
|
||||
|
||||
if (readingPeriodSet == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user