test bota #77

Closed
Raykov-MS wants to merge 373 commits from test into main
Showing only changes of commit ffe4ff9edb - 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,
)