Compare commits

..

No commits in common. "ffe4ff9edb55e3970e804a78ddf2bc7bed87a4df" and "8a280781bb421f6a6215b456ac0fc4c0b392b387" have entirely different histories.

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