Merge pull request 'Выпадает всп с не наступившей датой закрытия' (#26) from AURORA-1166 into test

Reviewed-on: #26
Reviewed-by: tsygankoviva <tsygankov.itis@gmail.com>
This commit is contained in:
Raykov-MS 2026-07-03 15:42:57 +03:00
commit ffe4ff9edb

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,
)