Merge branch 'Test_HIR_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_HIR_Net8
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-09-09 15:24:17 +08:00
commit b230139f67
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;
} }
} }