From 5ddf7479a47922f3c3c57c7ed202ef0170c321d4 Mon Sep 17 00:00:00 2001 From: Raykov-MS Date: Fri, 3 Jul 2026 13:28:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BF=D0=B0=D0=B4=D0=B0=D0=B5?= =?UTF-8?q?=D1=82=20=D0=B2=D1=81=D0=BF=20=D1=81=20=D0=BD=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D1=83=D0=BF=D0=B8=D0=B2=D1=88=D0=B5=D0=B9=20?= =?UTF-8?q?=D0=B4=D0=B0=D1=82=D0=BE=D0=B9=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D1=82=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/src/services/vsp_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/services/vsp_service.py b/api/src/services/vsp_service.py index 822759d..6642e3f 100644 --- a/api/src/services/vsp_service.py +++ b/api/src/services/vsp_service.py @@ -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, )