修改签署文档查看

This commit is contained in:
2025-12-05 14:13:30 +08:00
parent 3ee6f0ceaa
commit a075eb34cd
3 changed files with 2 additions and 3 deletions
@@ -464,7 +464,6 @@ namespace IRaCIS.Core.Application.Service
.WhereIf(userType == UserTypeEnum.IndependentReviewer, t => t.FileType.Code == "2" || t.FileType.Code == "6")
.WhereIf(userType == UserTypeEnum.IQC, t => t.FileType.Code == "4" || t.FileType.Code == "5")
.WhereIf(!canViewUserType.Contains(userType), t => false)
.IgnoreQueryFilters()
.Select(x => new GetManualListOutDto()
{
Id = x.Id,