PCWG需要全局
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
he 2025-09-05 13:16:47 +08:00
parent 93ea0cf8d1
commit a5a2dcdac9
1 changed files with 6 additions and 0 deletions

View File

@ -691,6 +691,12 @@ namespace IRaCIS.Core.Application.Service.RC
criterion.IsReadingTaskViewInOrder = ReadingOrder.SubjectRandom;
criterion.ImageDownloadEnum = ReadingImageDownload.Subejct;
criterion.ImageUploadEnum = ReadingImageUpload.IRReadingSubejctEnable;
break;
case CriterionType.PCWG3:
criterion.IsReadingPeriod = true;
criterion.IsGlobalReading = true;
break;
}
}