Выпадает всп с не наступившей датой закрытия #26

Merged
Raykov-MS merged 1 commits from AURORA-1166 into test 2026-07-03 15:42:58 +03:00
Showing only changes of commit 5ddf7479a4 - Show all commits

View File

@ -118,10 +118,10 @@ class VSPService:
else:
ssp_ids = list(checking_ssps & set(ssp_ids))
await self._sync_closed_records()
return await self.vsp_repo.get_list(
ssp_ids=ssp_ids,
is_active=True,
close_date_is_null=True,
with_count=with_count,
)