Merge pull request 'Выпадает всп с не наступившей датой закрытия' (#26) from AURORA-1166 into test
Reviewed-on: #26 Reviewed-by: tsygankoviva <tsygankov.itis@gmail.com>
This commit is contained in:
commit
ffe4ff9edb
@ -118,10 +118,10 @@ class VSPService:
|
|||||||
else:
|
else:
|
||||||
ssp_ids = list(checking_ssps & set(ssp_ids))
|
ssp_ids = list(checking_ssps & set(ssp_ids))
|
||||||
|
|
||||||
|
await self._sync_closed_records()
|
||||||
return await self.vsp_repo.get_list(
|
return await self.vsp_repo.get_list(
|
||||||
ssp_ids=ssp_ids,
|
ssp_ids=ssp_ids,
|
||||||
is_active=True,
|
is_active=True,
|
||||||
close_date_is_null=True,
|
|
||||||
with_count=with_count,
|
with_count=with_count,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user