Compare commits

...

2 Commits

Author SHA1 Message Date
he c62fb1df92 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
2025-09-09 14:49:53 +08:00
he 8c1a25aae3 稽查修改 2025-09-09 14:49:52 +08:00
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.ImageUploadEnum = ReadingImageUpload.IRReadingSubejctEnable;
break;
case CriterionType.PCWG3:
//case CriterionType.PCWG3:
criterion.IsReadingPeriod = true;
criterion.IsGlobalReading = true;
// criterion.IsReadingPeriod = true;
// criterion.IsGlobalReading = true;
break;
//break;
}
}