Compare commits

..

No commits in common. "c62fb1df9230eba2248f0340629872e6197161be" and "758e0aedcb05ef11e45913af62bb48e6bfbc0cbf" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

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