修改文档签署统计数字
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-01-23 12:54:09 +08:00
parent a33b7d606b
commit cfa384d02a
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ namespace IRaCIS.Core.Application.Services
var needSignSystemDocCount = await _systemDocumentRepository.AsQueryable(true)
.WhereIf(isInternal == false, t => t.DocUserSignType == DocUserSignType.InnerAndOuter)
.Where(t => t.IsDeleted == false && !t.SystemDocConfirmedUserList.Any(t => t.ConfirmUserId == _userInfo.IdentityUserId && t.ConfirmTime != null) && t.NeedConfirmedUserTypeList.Any(u => u.NeedConfirmUserTypeId == _userInfo.UserTypeId))
.CountAsync();