修改稽查
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 11:41:54 +08:00
parent cfbe3d2589
commit 293865fc3f
2 changed files with 21 additions and 13 deletions
@@ -433,7 +433,7 @@ namespace IRaCIS.Core.Application.Services
.CountAsync();
var needSignSystemDocCount = await _systemDocumentRepository
var needSignSystemDocCount = await _systemDocumentRepository.AsQueryable(true)
.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();